diff options
| author | Andrew Dolgov <gothfox@users.noreply.github.com> | 2014-03-21 14:39:07 +0300 |
|---|---|---|
| committer | Andrew Dolgov <gothfox@users.noreply.github.com> | 2014-03-21 14:39:07 +0300 |
| commit | 3e0e48906a9770214294fe6bdafc24cba7aa1e51 (patch) | |
| tree | 98e985d3244dacf2ff7de458a7e662d322eb4825 | |
| parent | a983a827a3ac24a16cbffba8db17c891da803389 (diff) | |
| parent | a0d9bc160fd323cfa4ae63e078862f23fcdb7386 (diff) | |
Merge pull request #359 from DigitalDJ/master
Fix end tag for small feed icons when using combined display mode
| -rw-r--r-- | classes/feeds.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php index c90b11d5d..aaa72bf9c 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -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>"; |