mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
hlFeed: remove unnecessary br
This commit is contained in:
@@ -446,10 +446,10 @@ class Feeds extends Handler_Protected {
|
||||
$reply['content'] .= "<span class=\"hlUpdated\">";
|
||||
|
||||
if (@$line["feed_title"]) {
|
||||
$reply['content'] .= "<span class=\"hlFeed\">
|
||||
$reply['content'] .= "<div class=\"hlFeed\">
|
||||
<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
|
||||
$line["feed_title"]."</a><br/>
|
||||
</span>";
|
||||
$line["feed_title"]."</a>
|
||||
</div>";
|
||||
}
|
||||
|
||||
$reply['content'] .= "$updated_fmt</span>";
|
||||
|
||||
Reference in New Issue
Block a user