]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
attachments dropdown: display as block element
[tt-rss.git] / include / functions.php
index 0a97cbcc4d421bfe916a042157a4a07e4a46f5dc..be90b15b4db26bb923b13a2c089eb493bef9b4b9 100644 (file)
                                $rv .= "<hr clear='both'/>";
                        }
 
-                       $rv .= "<select onchange=\"openSelectedAttachment(this)\">".
+                       $rv .= "<select class=\"attachments\" onchange=\"openSelectedAttachment(this)\">".
                                "<option value=''>" . __('Attachments')."</option>";
 
                        foreach ($entries as $entry) {