diff options
author | matthew <matthew> | 2008-03-06 11:52:33 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-03-06 11:52:33 +0000 |
commit | 2bb1106bf3124df175669f3daea6d4e1611d6ba1 (patch) | |
tree | f71fe6fa33d75ebc7fcf309713541abf55703498 /web/rss.cgi | |
parent | d87125e47709003a9e43e9fc3b7ac867440fd642 (diff) |
Slightly more text.
Diffstat (limited to 'web/rss.cgi')
-rwxr-xr-x | web/rss.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/rss.cgi b/web/rss.cgi index d15da1763..8cff290a6 100755 --- a/web/rss.cgi +++ b/web/rss.cgi @@ -6,14 +6,13 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: rss.cgi,v 1.19 2008-01-25 17:02:29 matthew Exp $ +# $Id: rss.cgi,v 1.20 2008-03-06 11:52:33 matthew Exp $ use strict; use Standard; use URI::Escape; use mySociety::Alert; use mySociety::MaPit; -use mySociety::Web; use mySociety::GeoUtil; use mySociety::Gaze; |