Random change while searching for something:

Removing border attribute from <img>, these are handled through CSS
(a img {border: none;})
This commit is contained in:
defacer 2005-05-07 17:46:20 +00:00
parent eba29b2185
commit fee287f3e7

View file

@ -1831,7 +1831,7 @@ function forum_print_discussion_header(&$post, $forum, $group=-1, $datestring=""
echo '</a>';
echo '<a title="'.$strmarkalldread.'" href="'.$CFG->wwwroot.'/mod/forum/markposts.php?f='.
$forum->id.'&amp;d='.$post->discussion.'&amp;mark=read&amp;returnpage=view.php">' .
'<img src="'.$CFG->pixpath.'/t/clear.gif" height="11" width="11" border="0" /></a>';
'<img src="'.$CFG->pixpath.'/t/clear.gif" height="11" width="11" /></a>';
echo '</span>';
} else {
echo '<span class="read">';