aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-xweb/index.cgi18
1 files changed, 9 insertions, 9 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 178706b20..d9e781682 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -938,16 +938,16 @@ sub display_location {
my $url_skip = NewURL(
$q,
- -url => '/reports/new',
- -retain => 1,
- pc => undef,
- x => undef,
- 'y' => undef,
- latitude => $short_lat,
- longitude => $short_lon,
- 'submit_map' => 1,
- skipped => 1
+ -url => '/reports/new',
+ -retain => 1,
+ x => undef,
+ y => undef,
+ latitude => $short_lat,
+ longitude => $short_lon,
+ submit_map => 1,
+ skipped => 1
);
+
my $pc_h = ent($q->param('pc') || '');
my $rss_url;