Fix end tag for small feed icons when using combined display mode

This commit is contained in:
Grant Pannell 2014-03-21 20:47:34 +10:30
parent a983a827a3
commit a0d9bc160f
1 changed files with 1 additions and 1 deletions

View File

@ -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>";