]> git.wh0rd.org Git - tt-rss.git/commitdiff
headlines subtoolbar: prevent wrapping (closes #219)
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 31 Oct 2008 07:07:41 +0000 (08:07 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 31 Oct 2008 07:07:41 +0000 (08:07 +0100)
functions.php

index 89ec87a06d883fc64f6bb341a4300b0807964977..ba3d98e0a2a3263de6ce8af6647cd24ab2e30cce 100644 (file)
                                $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) {
                        print "</span>";
 
                        print "</td>";
-                       print "</tr></table>";
+                       print "</tr></table></nobr>";
 
                }