From d0b59e3bf6a244db42169b78b6228dc125ddd9f1 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 12 Dec 2006 07:12:11 +0000 Subject: [PATCH] Fixed a missing space which broken XHTML 1.0 strict --- blocks/moodleblock.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index 6cbd9468dc..d99fea333b 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -273,7 +273,7 @@ class block_base { 'return findParentNode(el, \'DIV\', \'sideblock\'); '. '}, \''.$CFG->pixpath.'\' ); return false;">'. ''; } @@ -712,4 +712,4 @@ class block_list extends block_base { } -?> \ No newline at end of file +?> -- 2.39.5