From 1d43ffdeabe14c4fc69ecb1083fb8ea40b9af5b7 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 9 Dec 2002 13:40:18 +0000 Subject: [PATCH] Font size tweaks --- course/topics.php | 2 +- course/weeks.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.5