Fixed config option was wrong (html compliant)

This commit is contained in:
jengo 2000-12-25 09:38:47 +00:00
parent a7a8c5bebf
commit bb46e5d99e

View File

@ -311,8 +311,8 @@
<td>Use pure HTML compliant code (not fully working yet):</td> <td>Use pure HTML compliant code (not fully working yet):</td>
<td> <td>
<select name="newsettings[htmlcompliant]"> <select name="newsettings[htmlcompliant]">
<option value="bottom"<?php echo $selected["True"]; ?>>True</option> <option value="True"<?php echo $selected["True"]; ?>>True</option>
<option value="top"<?php echo $selected["False"]; ?>>False</option> <option value="False"<?php echo $selected["False"]; ?>>False</option>
</select> </select>
</td> </td>
</tr> </tr>