qute://settings: set valid type of <input> fields

fixes #1883
This commit is contained in:
Jakub Klinkovský 2016-08-22 21:09:57 +02:00
parent 29898751dc
commit 1411c287c5

View File

@ -28,7 +28,7 @@ th pre { color: grey; text-align: left; }
<tr> <tr>
<td>{{ d }} (Current: {{ confget(section, d)|truncate(100) }})</td> <td>{{ d }} (Current: {{ confget(section, d)|truncate(100) }})</td>
<td> <td>
<input type="input" <input type="text"
onblur="cset('{{ section }}', '{{ d }}', this)" onblur="cset('{{ section }}', '{{ d }}', this)"
value="{{ confget(section, d) }}"> value="{{ confget(section, d) }}">
</input> </input>