From: moodler Date: Mon, 9 Dec 2002 13:40:18 +0000 (+0000) Subject: Font size tweaks X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1d43ffdeabe14c4fc69ecb1083fb8ea40b9af5b7;p=moodle.git Font size tweaks --- diff --git a/course/topics.php b/course/topics.php index 967993039a..1668f361b8 100644 --- a/course/topics.php +++ b/course/topics.php @@ -210,7 +210,7 @@ if ($news) { print_side_block_start(get_string("latestnews"), 210, "sideblocklatestnews"); - echo ""; + echo ""; forum_print_latest_discussions($news->id, $course->newsitems, "minimal", "DESC", false); echo ""; print_side_block_end(); diff --git a/course/weeks.php b/course/weeks.php index cdc840a909..a451a6494f 100644 --- a/course/weeks.php +++ b/course/weeks.php @@ -203,7 +203,7 @@ if ($news) { print_side_block_start(get_string("latestnews"), 210, "sideblocklatestnews"); - echo ""; + echo ""; forum_print_latest_discussions($news->id, $course->newsitems, "minimal", "DESC", false); echo ""; print_side_block_end();