From: stronk7 <stronk7>
Date: Mon, 19 Mar 2007 00:02:19 +0000 (+0000)
Subject: Minor fixes for XHTML compliance
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c2c54ac0fd99efc0aaf632c4c70e9fdac24e3f39;p=moodle.git

Minor fixes for XHTML compliance

Merged from MOODLE_18_STABLE
---

diff --git a/mod/glossary/export.php b/mod/glossary/export.php
index 305d42c2bf..72e1229c43 100644
--- a/mod/glossary/export.php
+++ b/mod/glossary/export.php
@@ -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)?>" />
diff --git a/mod/glossary/import.html b/mod/glossary/import.html
index b3864e36fd..11b3f89c11 100644
--- a/mod/glossary/import.html
+++ b/mod/glossary/import.html
@@ -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> 
diff --git a/mod/glossary/import.php b/mod/glossary/import.php
index 371e96037a..c672bd5494 100644
--- a/mod/glossary/import.php
+++ b/mod/glossary/import.php
@@ -65,7 +65,6 @@
     if ( !$step ) {
         include("import.html");
 
-        echo '</center>';
         glossary_print_tabbed_table_end();
         print_footer($course);
         exit;