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