From: stronk7 Date: Tue, 8 Feb 2005 01:07:45 +0000 (+0000) Subject: Small typo (bug 2512) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fff86611a256de48cac34f8ebaa828eec6c01fa0;p=moodle.git Small typo (bug 2512) (http://moodle.org/bugs/bug.php?op=show&bugid=2512) Merged from MOODLE_14_STABLE --- diff --git a/course/mod.php b/course/mod.php index ab6c37e8c9..ce588edeb7 100644 --- a/course/mod.php +++ b/course/mod.php @@ -418,7 +418,7 @@ $strdeletecheck = get_string("deletecheck", "", "$form->fullmodulename"); $strdeletecheckfull = get_string("deletecheckfull", "", "$form->fullmodulename '$form->instancename'"); - print_header_simple("$strdeletecheck", "$", + print_header_simple("$strdeletecheck", "", "$strdeletecheck"); print_simple_box_start("center", "60%", "#FFAAAA", 20, "noticebox");