From 571da767884f845b42c19397352f6d1b91702cc8 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 27 Apr 2007 11:18:08 +0000 Subject: [PATCH] MDL-6368 and MDL-6369 - supplimental - I missed one bit. --- mod/quiz/attempt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5