BUGFIX: json-escape roomname during outputting message list
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 6 Feb 2011 19:24:12 +0000 (20:24 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 14:13:20 +0000 (14:13 +0000)
webcit/static/t/mailsummary_json.html

index 2e3a749d552f9dfbca58a62665182274ef42af9f..d6b1c3c3439536238849f973540bc8bcfbf56cc2 100644 (file)
@@ -1,6 +1,6 @@
 { "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
 "startmsg": <?BSTR("__READLOOP:STARTMSG")>,
-"roomname": "<?ROOMNAME>",
+"roomname": "<?ROOMNAME("J")>",
 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
 B("startmsg"), 0, B("stopmsg"))> ]
 }