Skip to content

Commit

Permalink
Minor fixes for XHTML compliance
Browse files Browse the repository at this point in the history
Merged from MOODLE_18_STABLE
  • Loading branch information
stronk7 committed Mar 19, 2007
1 parent d6f7e4d commit c2c54ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion mod/glossary/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)?>" />
Expand Down
1 change: 0 additions & 1 deletion mod/glossary/import.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
1 change: 0 additions & 1 deletion mod/glossary/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
if ( !$step ) {
include("import.html");

echo '</center>';
glossary_print_tabbed_table_end();
print_footer($course);
exit;
Expand Down

0 comments on commit c2c54ac

Please sign in to comment.