]> git.mjollnir.org Git - moodle.git/commitdiff
Merged missing </span> from stable
authormoodler <moodler>
Sun, 22 Oct 2006 08:25:51 +0000 (08:25 +0000)
committermoodler <moodler>
Sun, 22 Oct 2006 08:25:51 +0000 (08:25 +0000)
mod/forum/index.php

index efd50e6cc37535a1e7f2e0cdb143727da909f842..940452258e30353f6037df85e888693294b13071 100644 (file)
                         $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>';
                     }
 
 
 
     print_footer($course);
 
-?>
\ No newline at end of file
+?>