From 5823f9fbabb610a487b5d50a1a81b33445cfb881 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Dec 2010 09:11:49 +0300 Subject: fix USER_STYLESHEET for mysql (was broken because of CR escaping --- modules/popup-dialog.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index d9de6ab53..bc206be07 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -796,6 +796,8 @@ $value = get_pref($link, "USER_STYLESHEET"); + $value = str_replace("
", "\n", $value); + print T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. This file can be used as a baseline.", "tt-rss.css"); print ""; -- cgit v1.2.3