Commit f653bec1 authored by Andreas Jung's avatar Andreas Jung

fixed broken textarea element due to XML notation (did not work with Mozilla)

parent 2ffbcb9e
......@@ -121,7 +121,7 @@
</div>
</td>
<td align="left" valign="top">
<textarea type="text" name="expr" cols="60" rows="5" />
<textarea type="text" name="expr" cols="60" rows="5"></textarea>
</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