Merged missing </span> from stable
This commit is contained in:
+2
-2
@@ -185,7 +185,7 @@
|
||||
$unreadlink .= '<a title="'.$strmarkallread.'" href="markposts.php?f='.
|
||||
$forum->id.'&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);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user