diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-14 19:00:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-14 19:00:55 +0000 |
commit | 7d4aa4698e8acf0c104463ea81923945ae9c8f78 (patch) | |
tree | 20e8fd009b7c4462f18bc296a1058f7b50884bf3 /web/rss.cgi | |
parent | 91ac9486a1fd2eeb65fc9c6d2fccc1b170cfc16f (diff) |
Put area types in cobrand.
Diffstat (limited to 'web/rss.cgi')
-rwxr-xr-x | web/rss.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/rss.cgi b/web/rss.cgi index 2a9aeaa52..6ba23abe2 100755 --- a/web/rss.cgi +++ b/web/rss.cgi @@ -115,7 +115,7 @@ sub rss_local_problems { # truncate the lat,lon for nicer urls ( $lat, $lon ) = map { Utils::truncate_coordinate($_) } ( $lat, $lon ); - my $qs = "?lat=$lat;lon/=$lon"; + my $qs = "?lat=$lat;lon=$lon"; if ($d) { $qs .= ";d=$d"; |