aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.cgi
diff options
context:
space:
mode:
authormatthew <matthew>2008-11-18 17:29:50 +0000
committermatthew <matthew>2008-11-18 17:29:50 +0000
commitd85c4e8188e52b9f17fb41924693e74db5a7f7da (patch)
treeae96db416712ae204c64e390701273d8865509e0 /web/index.cgi
parent1ae1ad81dbeb654891d3c28c005e94e71f144869 (diff)
Tweaks.
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-xweb/index.cgi5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi
index e983e1b14..32a19f00c 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: index.cgi,v 1.227 2008-11-17 12:37:17 matthew Exp $
+# $Id: index.cgi,v 1.228 2008-11-18 17:29:51 matthew Exp $
use strict;
use Standard;
@@ -144,7 +144,8 @@ EOF
$out .= $q->h2(_('FixMyStreet updates'));
$out .= $q->div({-id => 'front_stats'},
$q->div("<big>$new</big> report" . ($new!=1?'s':''), $new_text),
- ($q->{site} ne 'emptyhomes' && $q->div("<big>$fixed</big> fixed in past month")),
+ ($q->{site} ne 'emptyhomes' ? $q->div("<big>$fixed</big> fixed in past month")
+ : $q->div("<big>$fixed</big> back in use in past month")),
$q->div("<big>$updates</big> update" . ($updates ne '1'?'s':''), "on reports"),
);