From: Andrew Dolgov Date: Fri, 31 Oct 2008 07:07:41 +0000 (+0100) Subject: headlines subtoolbar: prevent wrapping (closes #219) X-Git-Tag: 1.2.29~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ecf2a26570c4fe496e562d99bb116205f5893762;p=tt-rss.git headlines subtoolbar: prevent wrapping (closes #219) --- diff --git a/functions.php b/functions.php index 89ec87a0..ba3d98e0 100644 --- a/functions.php +++ b/functions.php @@ -3916,7 +3916,7 @@ $tid = "headlineActionsBottom"; } - print "
"; if ($rtl_content) { @@ -4088,7 +4088,7 @@ print ""; print ""; - print "
"; + print ""; }