From 549f7213e4fc939db3ff6cbec03f012cfdef0542 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 14 Feb 2005 15:59:34 +0000 Subject: [PATCH] Tiny cleanups to bring into line with "weeks" format --- course/format/topics/format.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 22e4624d6c1..89e79d0223c 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -171,17 +171,15 @@ } echo ''; + echo ''; echo ''.$section.''; echo ''; + echo ''; if (!isteacher($course->id) and !$thissection->visible) { // Hidden for students - echo ''; echo get_string('notavailable'); - echo ''; } else { - echo ''; - $summaryformatoptions->noclean = true; echo format_text($thissection->summary, FORMAT_HTML, $summaryformatoptions); @@ -195,11 +193,10 @@ if (isediting($course->id)) { print_section_add_menus($course, $section, $modnames); } - - echo ''; } - echo ''; + echo ''; + echo ''; if ($displaysection == $section) { // Show the zoom boxes echo ''. '
';