1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 20:51:28 +00:00

headlines subtoolbar: prevent wrapping (closes #219)

This commit is contained in:
Andrew Dolgov
2008-10-31 08:07:41 +01:00
parent 7f2cd3a05b
commit ecf2a26570

View File

@@ -3916,7 +3916,7 @@
$tid = "headlineActionsBottom";
}
print "<table class=\"$class\" id=\"$tid\"
print "<nobr><table class=\"$class\" id=\"$tid\"
width=\"100%\" cellspacing=\"0\" cellpadding=\"0\"><tr>";
if ($rtl_content) {
@@ -4088,7 +4088,7 @@
print "</span>";
print "</td>";
print "</tr></table>";
print "</tr></table></nobr>";
}