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
1 changed files with 2 additions and 2 deletions

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>";
}