format_article_enclosures: i don't think we need so many <hr>s

master
Andrew Dolgov 6 years ago
parent 33240b7fd9
commit 4e06b94f76

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

Loading…
Cancel
Save