From 2cf1011b25b52258527e4a926b7cd8a209c4dd11 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 9 Apr 2006 09:11:18 +0000 Subject: [PATCH] Now searchbox table is closed by hand, because print_simple_box_xxx() methods (div based) were breaking things a bit here. Bug 5087) (http://moodle.org/bugs/bug.php?op=show&bugid=5087) --- mod/glossary/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/view.php b/mod/glossary/view.php index eede1cc13c6..08b1102d4d2 100644 --- a/mod/glossary/view.php +++ b/mod/glossary/view.php @@ -267,7 +267,7 @@ echo ''; echo ''; echo $strsearchindefinition; - print_simple_box_end(); + echo ''; echo ''; echo '
';