diff options
author | matthew <matthew> | 2007-06-19 15:54:24 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-06-19 15:54:24 +0000 |
commit | 9403d76e7a2956b75f3b6943a7c7208101a7baf3 (patch) | |
tree | d0baf838a61d9ae61b56f2e9ef15ed49abaf6f90 | |
parent | c29b068c27a178b16d66ae999afe6e97b3e05588 (diff) |
Typo.
-rwxr-xr-x | web/report.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/report.cgi b/web/report.cgi index 1335a94f7..2a3845696 100755 --- a/web/report.cgi +++ b/web/report.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: report.cgi,v 1.39 2007-06-15 23:13:58 matthew Exp $ +# $Id: report.cgi,v 1.40 2007-06-19 15:54:24 matthew Exp $ use strict; require 5.8.0; @@ -108,7 +108,7 @@ sub main { $q->a({href => "/rss/council/$one_council"}, '<img align="right" src="/i/feed.png" width="16" height="16" title="RSS feed" alt="RSS feed of problems in this council" border="0" hspace="4">'), 'This is a summary of all reports for one council. You can ' . ($all ? - $q->a({href => NewURL($q, all=>undef) }, 'see less details') : + $q->a({href => NewURL($q, all=>undef) }, 'see less detail') : $q->a({href => NewURL($q, all=>1) }, 'see more details')) . ' or go back and ' . $q->a({href => NewURL($q, all=>undef, council=>undef) }, 'show all councils') . |