]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a missing space which broken XHTML 1.0 strict
authormoodler <moodler>
Tue, 12 Dec 2006 07:12:11 +0000 (07:12 +0000)
committermoodler <moodler>
Tue, 12 Dec 2006 07:12:11 +0000 (07:12 +0000)
blocks/moodleblock.class.php

index 6cbd9468dc17586192c25df7ce8e51748c0ea14d..d99fea333bfcc4e92bb6815d6d9e293144426b23 100644 (file)
@@ -273,7 +273,7 @@ class block_base {
                                          'return findParentNode(el, \'DIV\', \'sideblock\'); '.
                                          '}, \''.$CFG->pixpath.'\' ); return false;">'.
                                          '<img src="'.$CFG->pixpath.'/spacer.gif" '.
-                                         'id = "togglehide_inst'.$this->instance->id.'"'.
+                                         'id = "togglehide_inst'.$this->instance->id.'" '.
                                          'alt="'.get_string('showhideblock','access').'" class="hide-show-image" /></a></div>';
         }
 
@@ -712,4 +712,4 @@ class block_list extends block_base {
 
 }
 
-?>
\ No newline at end of file
+?>