From dc4d0a7078e042b12edca2a3d5cd7d70b2794dec Mon Sep 17 00:00:00 2001 From: Nick Tiskov Date: Mon, 25 Feb 2013 16:28:15 +0400 Subject: [PATCH] Allow/Fix special characters in json replies in WebUI --- src/webui/json.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/webui/json.cpp b/src/webui/json.cpp index 424291a02..bf90507d4 100644 --- a/src/webui/json.cpp +++ b/src/webui/json.cpp @@ -76,9 +76,7 @@ QString json::toJson(const QVariant& v) { result += "\\t"; break; case '\"': - case '\'': case '\\': - case '&': result += '\\'; case '\0': default: