aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlouise <louise>2010-01-06 10:08:22 +0000
committerlouise <louise>2010-01-06 10:08:22 +0000
commit8853444f8d6e6fcf2a36f00c4284fcbc46c569ac (patch)
tree5cd22ead8d9351367f144c7880cfa60c29d198b5
parentdb811970ac1d33d05f324acf472dd0d0037be64f (diff)
Initialize value to empty string
-rwxr-xr-xweb/alert.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/alert.cgi b/web/alert.cgi
index 79ee03833..61a6fe7c2 100755
--- a/web/alert.cgi
+++ b/web/alert.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: alert.cgi,v 1.66 2009-12-16 10:59:11 louise Exp $
+# $Id: alert.cgi,v 1.67 2010-01-06 10:08:22 louise Exp $
use strict;
use Standard;
@@ -188,6 +188,8 @@ might not match the problems sent to that council. For example, a graffiti repor
will be sent to the district council, so will appear in both of the district
council&rsquo;s alerts, but will only appear in the "Within the boundary" alert
for the county council.'))) . '</div><div id="rss_buttons">';
+ } else {
+ $options_end = '';
}
} else {
# Hopefully impossible in the UK!