Skip to content

Commit

Permalink
"MDL-15501, add appropriate div and h2 tags to the header div, merged…
Browse files Browse the repository at this point in the history
… from MOODLE_19_STABLE"
  • Loading branch information
dongsheng committed Jul 2, 2008
1 parent ffc5dbd commit 303fe9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/blocklib.php
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,9 @@ function blocks_print_adminblock(&$page, &$pageblocks) {
$missingblocks = blocks_get_missing($page, $pageblocks);

if (!empty($missingblocks)) {
$strblocks = get_string('blocks');
$strblocks = '<div class="title"><h2>'
$strblocks .= get_string('blocks');
$strblocks .= '</h2>';
$stradd = get_string('add');
foreach ($missingblocks as $blockid) {
$block = blocks_get_record($blockid);
Expand Down

0 comments on commit 303fe9f

Please sign in to comment.