diff options
author | matthew <matthew> | 2007-05-04 00:19:59 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-04 00:19:59 +0000 |
commit | 43a7480776473f2122df9e8a3194f0b6eac91164 (patch) | |
tree | fb7df6265b5f63e351a74c3382d2108d6c97ca26 | |
parent | 4b417f7dad931cd1b546b9a56aac2a56e3aeaec1 (diff) |
Text tweak.
-rwxr-xr-x | web/index.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi index 1c97e089a..87c9cb8a8 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.121 2007-05-04 00:16:51 matthew Exp $ +# $Id: index.cgi,v 1.122 2007-05-04 00:19:59 matthew Exp $ # TODO # Nothing is done about the update checkboxes - not stored anywhere on anything! @@ -509,7 +509,7 @@ EOF my $list_start = @$current_map + 1; $out .= <<EOF; </ol> - <h2>Problems reported within 10km</h2> + <h2>Closest problems within 10km</h2> <p><a href="/rss/$x,$y"><img align="right" src="/i/feed.png" width="16" height="16" title="RSS feed of recent local problems" alt="RSS feed" border="0"></a></p> <ol id="current_near" start="$list_start"> EOF |