From 2fe5a68baf09e6ebbc6abdf55d45df93a6e338d8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 8 Nov 2002 11:20:55 +0000 Subject: - Removed the hard-coded font scaling. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 4f5d0f5cb..02619f6fe 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -560,7 +560,7 @@ function forum_forum_list($forums, $parents, $tid) { if ($user->uid) $new_topics = $forum->num_topics - $forum->old_topics; $icon = _forum_get_folder_icon($new_topics); $output .= "  $icon"; - $output .= "
depth * 20) ."\"> ".lm(check_output($forum->name), array("mod" => "forum", "tid" => $forum->tid))."
". check_output($forum->description, 1); + $output .= "
depth * 20) ."\"> ".lm(check_output($forum->name), array("mod" => "forum", "tid" => $forum->tid))."
". check_output($forum->description, 1); $links = array(); if ($forum->last_post) { -- cgit v1.2.3