better html for future validation

This commit is contained in:
Pim Snel 2003-11-04 01:47:54 +00:00
parent 7701abb167
commit 115b31c9b3

View File

@ -59,15 +59,16 @@
<!-- END imported -->
<!-- BEGIN import -->
<br><center>
<FORM {enctype} action="{action_url}" method="post">
<TABLE>
<br/>
<center>
<form {enctype} action="{action_url}" method="post">
<table>
{rows}
</TABLE>
</table>
{hiddenvars}
</form>
</CENTER>
</center>
<!-- END import -->