From 2af7ab97d620e3d8d06b7d18517a56deb318366b Mon Sep 17 00:00:00 2001 From: Andrew Robert Nicols Date: Wed, 18 Jan 2012 14:12:09 +0000 Subject: [PATCH] MDL-31245 Add missing 'icon' class to highlight button in topics format --- course/format/topics/format.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 7e2430540ca..cc7c3c03af0 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -189,9 +189,9 @@ while ($section <= $course->numsections) { if ($PAGE->user_is_editing() && has_capability('moodle/course:update', get_context_instance(CONTEXT_COURSE, $course->id))) { if ($course->marker == $section) { // Show the "light globe" on/off - echo ''.''.$strmarkedthistopic.'
'; + echo ''.''.$strmarkedthistopic.'
'; } else { - echo ''.''.$strmarkthistopic.'
'; + echo ''.''.$strmarkthistopic.'
'; } if ($thissection->visible) { // Show the hide/show eye -- 2.11.4.GIT