From 885dae15f4420d78a2fa466b4d9f93475e07a2f7 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 6 Feb 2011 20:24:12 +0100 Subject: [PATCH] BUGFIX: json-escape roomname during outputting message list --- webcit/static/t/mailsummary_json.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/static/t/mailsummary_json.html b/webcit/static/t/mailsummary_json.html index 2e3a749d5..d6b1c3c34 100644 --- a/webcit/static/t/mailsummary_json.html +++ b/webcit/static/t/mailsummary_json.html @@ -1,6 +1,6 @@ { "nummsgs": , "startmsg": , -"roomname": "", +"roomname": "", "msgs": [ ] } -- 2.30.2