mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 01:51:28 +00:00
fix USER_STYLESHEET for mysql (was broken because of CR escaping
This commit is contained in:
@@ -7059,7 +7059,7 @@
|
||||
|
||||
if ($value) {
|
||||
print "<style type=\"text/css\">";
|
||||
print $value;
|
||||
print str_replace("<br/>", "\n", $value);
|
||||
print "</style>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user