diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index 2a915cefd99..5063445aae4 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -155,26 +155,26 @@ class MoodleBlock { $title = $this->str->show; } - $movebuttons .= '' . + $movebuttons .= '' . ''; - $movebuttons .= '' . - ''; + $movebuttons .= '' . + ' '; if ($options & BLOCK_MOVE_LEFT) { - $movebuttons .= '' . + $movebuttons .= '' . ''; } if ($options & BLOCK_MOVE_UP) { - $movebuttons .= '' . + $movebuttons .= '' . ''; } if ($options & BLOCK_MOVE_DOWN) { - $movebuttons .= '' . + $movebuttons .= '' . ''; } if ($options & BLOCK_MOVE_RIGHT) { - $movebuttons .= '' . + $movebuttons .= '' . ''; }