* fix all those tiny bugs pointed out by our new subtemplate checking
[citadel.git] / webcit / static / t / mailsummary_json.html
index 4961adba78e638358b6be629122e075bae0c417a..8df37aed540f08a76b25632d4b591a3fd22359f1 100644 (file)
@@ -1,6 +1,6 @@
 { "nummsgs": <?READLOOP:TOTALMSGS>,
 "startmsg": <?READLOOP:STARTMSG>,
 "roomname": "<?ROOMNAME>",
-"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", "mailsummary_json_section",
+"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
 B("startmsg"), 0, B("stopmsg"))> ]
 }