From ee4dc51eec6bc6774460e23099d97ef21b431f42 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 25 Jan 2005 15:54:00 +0000 Subject: [PATCH] changed the name of the special course div to "course-contend" --- course/category.php | 2 +- course/view.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/category.php b/course/category.php index 51c3f9ce61..3fa2cec2d4 100644 --- a/course/category.php +++ b/course/category.php @@ -98,7 +98,7 @@ "$strcategories -> $category->name", "", "", true, $navbaritem); } - echo '
'; // course wrapper start + echo '
'; // course wrapper start /// Print the category selector diff --git a/course/view.php b/course/view.php index c8f464b8c0..e3493a375f 100644 --- a/course/view.php +++ b/course/view.php @@ -101,7 +101,7 @@ $PAGE->print_header(get_string('course').': %fullname%'); - echo '
'; // course wrapper start + echo '
'; // course wrapper start get_all_mods($course->id, $mods, $modnames, $modnamesplural, $modnamesused); -- 2.39.5