]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
fix USER_STYLESHEET for mysql (was broken because of CR escaping
[tt-rss.git] / functions.php
index 3928b2a348d87179469ae7e31bbbfc605562f48c..b2694f7ecbb51a2bd1c1c897caf988c23d5dcc01 100644 (file)
 
                if ($value) {
                        print "<style type=\"text/css\">";
-                       print $value;
+                       print str_replace("<br/>", "\n", $value);
                        print "</style>";
                }