Minor fixes for XHTML compliance

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7 2007-03-19 00:02:19 +00:00
parent d6f7e4d1e0
commit c2c54ac0fd
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;