From: moodler Date: Tue, 18 May 2004 07:10:17 +0000 (+0000) Subject: Changed some CSS to font tags, so that IE looks more consistent X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6be91aab9134f3a5c9ee8d649a884d07f80f5e15;p=moodle.git Changed some CSS to font tags, so that IE looks more consistent --- diff --git a/course/lib.php b/course/lib.php index 7f088dcc7b..8bea738792 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1027,7 +1027,7 @@ function print_side_block($heading="", $content="", $list=NULL, $icons=NULL, $fo if ($content) { echo "$content"; if ($footer) { - echo "
$footer
"; + echo "
$footer
"; } } else { echo ""; @@ -1048,7 +1048,7 @@ function print_side_block($heading="", $content="", $list=NULL, $icons=NULL, $fo echo ' colspan="2" '; } echo '>'; - echo "
$footer
"; + echo "
$footer
"; echo ""; } echo "
"; @@ -1391,7 +1391,7 @@ function print_courses_sideblock($category=0, $width="100%") { "href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->fullname"; $modicon[]=$icon; } - $fulllist = "

wwwroot/course/index.php\">".get_string("fulllistofcourses")."..."; + $fulllist = "wwwroot/course/index.php\">".get_string("fulllistofcourses")."..."; print_side_block( get_string("mycourses"), "", $moddata, $modicon, $fulllist, $width); return; } @@ -1404,7 +1404,7 @@ function print_courses_sideblock($category=0, $width="100%") { $moddata[]="wwwroot/course/category.php?id=$category->id\">$category->name"; $modicon[]=$icon; } - $fulllist = "

wwwroot/course/\">".get_string("searchcourses")."..."; + $fulllist = "wwwroot/course/\">".get_string("searchcourses")."..."; $blocktitle = get_string("categories"); } else { // Just print course names of single category $category = array_shift($categories); @@ -1417,7 +1417,7 @@ function print_courses_sideblock($category=0, $width="100%") { "href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->fullname"; $modicon[]=$icon; } - $fulllist = "

wwwroot/course/index.php\">".get_string("fulllistofcourses")."..."; + $fulllist = "wwwroot/course/index.php\">".get_string("fulllistofcourses")."..."; } else { $moddata = array(); $modicon = array();