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
1 changed files with 2 additions and 2 deletions

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