summaryrefslogtreecommitdiff
path: root/classes/article.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 23:22:30 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 23:22:30 +0300
commit4e06b94f7617b56be6888728f7c492bfb75115b6 (patch)
tree6c90312ec3a406633bdc5810c596adcab11fc08a /classes/article.php
parent33240b7fd92c6661049e1ee18260540d8fc26f0a (diff)
format_article_enclosures: i don't think we need so many <hr>s
Diffstat (limited to 'classes/article.php')
-rwxr-xr-xclasses/article.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/article.php b/classes/article.php
index 6553bc67d..2624a3d67 100755
--- a/classes/article.php
+++ b/classes/article.php
@@ -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\">".