From fff86611a256de48cac34f8ebaa828eec6c01fa0 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 8 Feb 2005 01:07:45 +0000 Subject: [PATCH] Small typo (bug 2512) (http://moodle.org/bugs/bug.php?op=show&bugid=2512) Merged from MOODLE_14_STABLE --- course/mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5