aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorlouise <louise>2009-12-10 11:51:17 +0000
committerlouise <louise>2009-12-10 11:51:17 +0000
commite3409549df50c4abd7f4b70f8b648c91fe5ed42c (patch)
treeba5d3da1ea71878a8378acbe7afef58cfcf8446d /web
parent112afd81c6627281cca9a1ba08540c458f6fc326 (diff)
IE dislikes the trailing comma
Diffstat (limited to 'web')
-rwxr-xr-xweb/ajax.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/ajax.cgi b/web/ajax.cgi
index 59c4a03d6..868390b80 100755
--- a/web/ajax.cgi
+++ b/web/ajax.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: ajax.cgi,v 1.17 2009-11-19 15:09:01 louise Exp $
+# $Id: ajax.cgi,v 1.18 2009-12-10 11:51:17 louise Exp $
use strict;
use Standard;
@@ -96,7 +96,7 @@ sub main {
({
'pins': '$pins',
'current': '$om_list',
-'current_near': '$am_list',
+'current_near': '$am_list'
})
EOF
}