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

View File

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