Commit 1b4e2d45 authored by Andreas Jung's avatar Andreas Jung

encoding input field is now a hidden field since we enforce UTF-8

parent d6d15fac
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<tr> <tr>
<td align="left" valign="middle" class="form-label">Encoding</td> <td align="left" valign="middle" class="form-label">Encoding</td>
<td> <td>
<input type="text" readonly name="encoding" tal:attributes="value context/pt_encoding" style="background-color: #bbbbbb; "/> <input type="hidden" name="encoding" tal:attributes="value context/pt_encoding" />
</td> </td>
</tr> </tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment