From 71f16fd1b37f98286e53a4a849787495f6dbd1ba Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 2 Jul 2008 05:12:27 +0000 Subject: [PATCH] "MDL-15501, typo, sorry" --- lib/blocklib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blocklib.php b/lib/blocklib.php index da1b67109..59c1539d9 100644 --- a/lib/blocklib.php +++ b/lib/blocklib.php @@ -949,7 +949,7 @@ function blocks_print_adminblock(&$page, &$pageblocks) { $missingblocks = blocks_get_missing($page, $pageblocks); if (!empty($missingblocks)) { - $strblocks = '

' + $strblocks = '

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

'; $stradd = get_string('add'); -- 2.11.4.GIT