Merged missing </span> from stable

This commit is contained in:
moodler
2006-10-22 08:25:51 +00:00
parent 83703f0862
commit 4067b96821
+2 -2
View File
@@ -185,7 +185,7 @@
$unreadlink .= '<a title="'.$strmarkallread.'" href="markposts.php?f='.
$forum->id.'&amp;mark=read"><img src="'.$CFG->pixpath.'/t/clear.gif" alt="" /></a></span>';
} else {
$unreadlink = '<span class="read"><a href="view.php?f='.$forum->id.'">'.$unread.'</a>';
$unreadlink = '<span class="read"><a href="view.php?f='.$forum->id.'">'.$unread.'</a></span>';
}
@@ -476,4 +476,4 @@
print_footer($course);
?>
?>