From 7bae742ae7cb4a629d995c226d1270aa6988cfc8 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 19 Mar 2007 00:00:46 +0000 Subject: [PATCH] Minor fixes for XHTML compliance --- mod/glossary/export.php | 2 +- mod/glossary/import.html | 1 - mod/glossary/import.php | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/mod/glossary/export.php b/mod/glossary/export.php index 305d42c2bf7..72e1229c43f 100644 --- a/mod/glossary/export.php +++ b/mod/glossary/export.php @@ -65,7 +65,7 @@
- +
diff --git a/mod/glossary/import.html b/mod/glossary/import.html index b3864e36fd9..11b3f89c111 100644 --- a/mod/glossary/import.html +++ b/mod/glossary/import.html @@ -44,6 +44,5 @@ -
diff --git a/mod/glossary/import.php b/mod/glossary/import.php index 371e96037a5..c672bd54945 100644 --- a/mod/glossary/import.php +++ b/mod/glossary/import.php @@ -65,7 +65,6 @@ if ( !$step ) { include("import.html"); - echo ''; glossary_print_tabbed_table_end(); print_footer($course); exit;