table tag typo

This commit is contained in:
skodak 2006-03-03 20:12:31 +00:00
parent 01eb4f5f21
commit 904d60d4d3

View File

@ -61,9 +61,9 @@
?>
<form action="exportfile.php" method="post">
<table border="0" cellpadding="6" cellspacing="6" width="100%"><tr>
<tr><td align="center">
<input type="submit" value="<?php p($strexportfile)?>">
<table border="0" cellpadding="6" cellspacing="6" width="100%">
<tr><td align="center">
<input type="submit" value="<?php p($strexportfile)?>">
</td></tr></table>
<input type="hidden" name="id" value="<?php p($id)?>" />
<input type="hidden" name="l" value="<?php p($l)?>" />