1
0
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:
Andrew Dolgov
2018-12-07 23:22:30 +03:00
parent 33240b7fd9
commit 4e06b94f76

View File

@@ -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\">".