diff options
author | matthew <matthew> | 2007-09-03 20:56:30 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-09-03 20:56:30 +0000 |
commit | 07d321ca2b1656c65ebe8829a743ee0e22befeae (patch) | |
tree | fda179c5e972a8e1d1e044eb0f0a1297202a8985 /web | |
parent | 6ba0b6a93327abce2cb9c80454e568a8052b4e16 (diff) |
Explicitly state UK.
Diffstat (limited to 'web')
-rwxr-xr-x | web/alert.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/alert.cgi b/web/alert.cgi index 294d35ba8..fd4c74da8 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.12 2007-08-29 23:37:34 matthew Exp $ +# $Id: alert.cgi,v 1.13 2007-09-03 20:56:31 matthew Exp $ use strict; use Standard; @@ -206,7 +206,7 @@ sub alert_front_page { my $out = <<EOF; <h1>Local RSS feeds and email alerts</h1> <form method="get" action="/alert"> -<p>To find out what local alerts we have, please enter your postcode or street name here: +<p>To find out what local alerts we have, please enter your UK postcode or street name here: <input type="text" name="pc" value=""> <input type="submit" value="Look up"> </form> |