From 56add1f54bd60c6c3ad6a7d32fc91cacdbf96a9b Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 4 Feb 2009 08:27:18 +0000 Subject: [PATCH] ! Remove the "0" padding in iterate params, not needed thanks to last commit --- 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 9f2b72e2e..1322978a0 100644 --- a/webcit/static/t/mailsummary_json.html +++ b/webcit/static/t/mailsummary_json.html @@ -1,5 +1,5 @@ { "nummsgs": , "startmsg": , "roomname": "", -"msgs": [ ] +"msgs": [ ] } -- 2.30.2