diff --git a/include/functions.php b/include/functions.php index 0a97cbcc4..be90b15b4 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3693,7 +3693,7 @@ $rv .= "
"; } - $rv .= "". ""; foreach ($entries as $entry) { diff --git a/tt-rss.css b/tt-rss.css index 0affa0582..5a260bd50 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1032,4 +1032,6 @@ body#ttrssZoom div.footer { text-align : center; } - +select.attachments { + display : block; +}