Fix end tag for small feed icons when using combined display mode
This commit is contained in:
parent
a983a827a3
commit
a0d9bc160f
|
@ -498,7 +498,7 @@ class Feeds extends Handler_Protected {
|
|||
$reply['content'] .= "<span onclick=\"viewfeed($feed_id)\"
|
||||
style=\"cursor : pointer\"
|
||||
title=\"".htmlspecialchars($line['feed_title'])."\">
|
||||
$feed_icon_img<span>";
|
||||
$feed_icon_img</span>";
|
||||
}
|
||||
|
||||
$reply['content'] .= "</div>";
|
||||
|
|
Loading…
Reference in New Issue