From d64cb8b0c92efad313aa18db3fb7c40c42892caa Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 2 Jul 2008 05:02:00 +0000 Subject: [PATCH] "MDL-15501, add appropriate div and h2 tags to the header div, merged from MOODLE_18_STABLE" --- lib/blocklib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/blocklib.php b/lib/blocklib.php index be131b794..da1b67109 100644 --- a/lib/blocklib.php +++ b/lib/blocklib.php @@ -949,7 +949,9 @@ function blocks_print_adminblock(&$page, &$pageblocks) { $missingblocks = blocks_get_missing($page, $pageblocks); if (!empty($missingblocks)) { - $strblocks = get_string('blocks'); + $strblocks = '

' + $strblocks .= get_string('blocks'); + $strblocks .= '

'; $stradd = get_string('add'); foreach ($missingblocks as $blockid) { $block = blocks_get_record($blockid); -- 2.11.4.GIT