]> git.mjollnir.org Git - moodle.git/commitdiff
Minor fixes for XHTML compliance
authorstronk7 <stronk7>
Mon, 19 Mar 2007 00:02:19 +0000 (00:02 +0000)
committerstronk7 <stronk7>
Mon, 19 Mar 2007 00:02:19 +0000 (00:02 +0000)
Merged from MOODLE_18_STABLE

mod/glossary/export.php
mod/glossary/import.html
mod/glossary/import.php

index 305d42c2bf7fcf0c201948cc5a1f7a3c55871281..72e1229c43fdd38abcffb0d1c512c46be4c13a90 100644 (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)?>" />
index b3864e36fd9997d1c3346ca5f35e1035eefae74b..11b3f89c1112ed80028aa2f473c470df79bc3147 100644 (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> 
index 371e96037a5a626d4432b741dc4e7e9a8e617cd9..c672bd5494521a996ed2607e2008533ad4bab717 100644 (file)
@@ -65,7 +65,6 @@
     if ( !$step ) {
         include("import.html");
 
-        echo '</center>';
         glossary_print_tabbed_table_end();
         print_footer($course);
         exit;