summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-10-31 08:07:41 +0100
committerAndrew Dolgov <[email protected]>2008-10-31 08:07:41 +0100
commitecf2a26570c4fe496e562d99bb116205f5893762 (patch)
tree818667d95bc39ea038e4dafc675c8142f72f934d /functions.php
parent7f2cd3a05b93ad70e0888fda22330862f76c6bb4 (diff)
headlines subtoolbar: prevent wrapping (closes #219)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 89ec87a06..ba3d98e0a 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";
}