mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 14:39:15 +00:00
fix customize CSS dialog disappearing newlines (2)
This commit is contained in:
@@ -214,7 +214,7 @@ class RPC extends Protected_Handler {
|
||||
|
||||
// set_pref escapes input, so no need to double escape it here
|
||||
|
||||
set_pref($this->link, $key, $value, $_SESSION['uid'], false);
|
||||
set_pref($this->link, $key, $value, $_SESSION['uid'], $key != 'USER_STYLESHEET');
|
||||
|
||||
print json_encode(array("param" =>$key, "value" => $value));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user