From 3458a294c466bfa9e6eea6d8235406d11111ed72 Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Tue, 26 Feb 2008 07:02:01 +0000
Subject: [PATCH] MDL-11809 Fixed broken headline

---
 admin/report/question/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/report/question/index.php b/admin/report/question/index.php
index 11c3f45c36..67ab0779ee 100644
--- a/admin/report/question/index.php
+++ b/admin/report/question/index.php
@@ -7,7 +7,7 @@
     admin_externalpage_setup('reportquestion');
 
     admin_externalpage_print_header();
-    print_heading(page_doc_link(get_string('adminreport', 'question')));
+    print_heading(get_string('adminreport', 'question'));
 
     $probstr = '';
     $contextupgradeversion = 2007081000;
-- 
2.39.5