From: tjhunt Date: Fri, 27 Apr 2007 11:18:08 +0000 (+0000) Subject: MDL-6368 and MDL-6369 - supplimental - I missed one bit. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=571da767884f845b42c19397352f6d1b91702cc8;p=moodle.git MDL-6368 and MDL-6369 - supplimental - I missed one bit. --- diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php index 535bac53c2..c64b13bf73 100644 --- a/mod/quiz/attempt.php +++ b/mod/quiz/attempt.php @@ -403,7 +403,7 @@ $navigation = build_navigation($crumbs); - print_header_simple(format_string($quiz->name), "", $navigation, "", "", true, $strupdatemodule); + print_header_simple(format_string($quiz->name), "", $navigation, "", $headtags, true, $strupdatemodule); } echo ''; // for overlib