corrected placement of FORM tag for HTML validation

This commit is contained in:
shrykedude 2003-10-20 20:23:19 +00:00
parent 0d35fcc72a
commit 68e0663d55
2 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@
<!-- BEGIN form -->
<form method="POST" action="{action}" name="{form_name}">
<td width="2%" align="{align}" valign="top">
<form method="POST" action="{action}" name="{form_name}">
{hidden}
<table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
<tr>
@ -31,8 +31,8 @@
</td>
</tr>
</table>
</td>
</form>
</td>
<!-- END form -->

View File

@ -21,8 +21,8 @@
<!-- BEGIN form -->
<form method="POST" action="{action}" name="{form_name}">
<td width="2%" align="{align}" valign="top">
<form method="POST" action="{action}" name="{form_name}">
{hidden}
<table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
<tr>
@ -31,8 +31,8 @@
</td>
</tr>
</table>
</td>
</form>
</td>
<!-- END form -->