From c347053d5e4b0cb4ba864a0b50dfa288dbcf0c4a Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 7 Oct 2004 07:25:19 +0000 Subject: [PATCH] Changes for XHTML compatibility --- blocks/moodleblock.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 .= ''; -- 2.39.5