mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:15:55 +00:00
Fix end tag for small feed icons when using combined display mode
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user