Minor fixes for XHTML compliance

This commit is contained in:
stronk7 2007-03-19 00:00:46 +00:00
parent 5930e65512
commit 7bae742ae7
3 changed files with 1 additions and 3 deletions

View file

@ -65,7 +65,7 @@
<form action="exportfile.php" method="post">
<table border="0" cellpadding="6" cellspacing="6" width="100%">
<tr><td align="center">
<input type="submit" value="<?php p($strexportfile)?>">
<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)?>" />

View file

@ -44,6 +44,5 @@
</table>
<input type="hidden" name="id" value="<?php p($id) ?>" />
<input type="hidden" name="l" value="<?php p($l) ?>" />
<input type="hidden" name="lasttab" value="<?php p($lasttab) ?>" />
<input type="hidden" name="step" value="1" />
</form>

View file

@ -65,7 +65,6 @@
if ( !$step ) {
include("import.html");
echo '</center>';
glossary_print_tabbed_table_end();
print_footer($course);
exit;