mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Minor fixes for XHTML compliance
This commit is contained in:
parent
5930e65512
commit
7bae742ae7
3 changed files with 1 additions and 3 deletions
|
@ -65,7 +65,7 @@
|
||||||
<form action="exportfile.php" method="post">
|
<form action="exportfile.php" method="post">
|
||||||
<table border="0" cellpadding="6" cellspacing="6" width="100%">
|
<table border="0" cellpadding="6" cellspacing="6" width="100%">
|
||||||
<tr><td align="center">
|
<tr><td align="center">
|
||||||
<input type="submit" value="<?php p($strexportfile)?>">
|
<input type="submit" value="<?php p($strexportfile)?>" />
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
<input type="hidden" name="id" value="<?php p($id)?>" />
|
<input type="hidden" name="id" value="<?php p($id)?>" />
|
||||||
<input type="hidden" name="l" value="<?php p($l)?>" />
|
<input type="hidden" name="l" value="<?php p($l)?>" />
|
||||||
|
|
|
@ -44,6 +44,5 @@
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" name="id" value="<?php p($id) ?>" />
|
<input type="hidden" name="id" value="<?php p($id) ?>" />
|
||||||
<input type="hidden" name="l" value="<?php p($l) ?>" />
|
<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" />
|
<input type="hidden" name="step" value="1" />
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -65,7 +65,6 @@
|
||||||
if ( !$step ) {
|
if ( !$step ) {
|
||||||
include("import.html");
|
include("import.html");
|
||||||
|
|
||||||
echo '</center>';
|
|
||||||
glossary_print_tabbed_table_end();
|
glossary_print_tabbed_table_end();
|
||||||
print_footer($course);
|
print_footer($course);
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue