From: moodler Date: Thu, 7 Oct 2004 07:25:19 +0000 (+0000) Subject: Changes for XHTML compatibility X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c347053d5e4b0cb4ba864a0b50dfa288dbcf0c4a;p=moodle.git Changes for XHTML compatibility --- diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index f6037b9dd1..b4b8493a1d 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -156,26 +156,26 @@ class MoodleBlock { } $movebuttons .= '' . - '\"\"'; + ''; $movebuttons .= '' . - '\"\" '; + ' '; if ($options & BLOCK_MOVE_LEFT) { $movebuttons .= '' . - '\"\"'; + ''; } if ($options & BLOCK_MOVE_UP) { $movebuttons .= '' . - '\"\"'; + ''; } if ($options & BLOCK_MOVE_DOWN) { $movebuttons .= '' . - '\"\"'; + ''; } if ($options & BLOCK_MOVE_RIGHT) { $movebuttons .= '' . - '\"\"'; + ''; } $movebuttons .= '';