]> git.wh0rd.org - tt-rss.git/commitdiff
show attachments dropdown on a separate line
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 29 Aug 2012 11:34:27 +0000 (15:34 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 29 Aug 2012 11:34:27 +0000 (15:34 +0400)
include/functions.php

index 441eacb207358fee09f65deab4d8f806ac8edec6..7eeafd645bd5bb7b24edd7464eb7261ea44ff00b 100644 (file)
                                }
                        }
 
-                       $rv .= "<div dojoType=\"dijit.form.DropDownButton\">".
+                       $rv .= "<br/><div dojoType=\"dijit.form.DropDownButton\">".
                                "<span>" . __('Attachments')."</span>";
                        $rv .= "<div dojoType=\"dijit.Menu\" style=\"display: none;\">";