mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Minor fixes for XHTML compliance
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
d6f7e4d1e0
commit
c2c54ac0fd
@ -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)?>" />
|
||||
|
@ -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>
|
||||
|
@ -65,7 +65,6 @@
|
||||
if ( !$step ) {
|
||||
include("import.html");
|
||||
|
||||
echo '</center>';
|
||||
glossary_print_tabbed_table_end();
|
||||
print_footer($course);
|
||||
exit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user