projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a983a82
)
Fix end tag for small feed icons when using combined display mode
author
Grant Pannell
<grant@pannell.net.au>
Fri, 21 Mar 2014 10:17:34 +0000
(20:47 +1030)
committer
Grant Pannell
<grant@pannell.net.au>
Fri, 21 Mar 2014 10:17:34 +0000
(20:47 +1030)
classes/feeds.php
patch
|
blob
|
history
diff --git
a/classes/feeds.php
b/classes/feeds.php
index c90b11d5ddc3794035521a481663f5610f4b524e..aaa72bf9c929973bcb33ad2b9b8e7a8be02fccbd 100644
(file)
--- 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>";