mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:35:56 +00:00
format_article_enclosures: i don't think we need so many <hr>s
This commit is contained in:
@@ -516,9 +516,9 @@ class Article extends Handler_Protected {
|
||||
}
|
||||
|
||||
if (count($entries_inline) > 0) {
|
||||
$rv .= "<hr clear='both'/>";
|
||||
//$rv .= "<hr clear='both'/>";
|
||||
foreach ($entries_inline as $entry) { $rv .= $entry; };
|
||||
$rv .= "<hr clear='both'/>";
|
||||
$rv .= "<br clear='both'/>";
|
||||
}
|
||||
|
||||
$rv .= "<div class=\"attachments\" dojoType=\"dijit.form.DropDownButton\">".
|
||||
|
||||
Reference in New Issue
Block a user