mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
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:
parent
eba29b2185
commit
fee287f3e7
1 changed files with 1 additions and 1 deletions
|
@ -1831,7 +1831,7 @@ function forum_print_discussion_header(&$post, $forum, $group=-1, $datestring=""
|
||||||
echo '</a>';
|
echo '</a>';
|
||||||
echo '<a title="'.$strmarkalldread.'" href="'.$CFG->wwwroot.'/mod/forum/markposts.php?f='.
|
echo '<a title="'.$strmarkalldread.'" href="'.$CFG->wwwroot.'/mod/forum/markposts.php?f='.
|
||||||
$forum->id.'&d='.$post->discussion.'&mark=read&returnpage=view.php">' .
|
$forum->id.'&d='.$post->discussion.'&mark=read&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>';
|
echo '</span>';
|
||||||
} else {
|
} else {
|
||||||
echo '<span class="read">';
|
echo '<span class="read">';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue