From: moodler Date: Tue, 12 Dec 2006 07:12:11 +0000 (+0000) Subject: Fixed a missing space which broken XHTML 1.0 strict X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d0b59e3bf6a244db42169b78b6228dc125ddd9f1;p=moodle.git Fixed a missing space which broken XHTML 1.0 strict --- 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 +?>