diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 2417a6ff137..a2ef362c1af 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1291,10 +1291,10 @@ function forum_print_overview($courses,&$htmlarray) { if ($count > 0 || $thisunread > 0) { $str .= '
'.$strforum.': '. $forum->name.'
'; - $str .= '
'; - $str .= $count.' '.$strnumpostssince; + $str .= '
'; + $str .= $count.' '.$strnumpostssince.""; if (!empty($showunread)) { - $str .= '
'.$thisunread .' '.$strnumunread; + $str .= '
'.$thisunread .' '.$strnumunread.'
'; } $str .= '
'; }