aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xweb/index.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 62a882e6b..c9ff96a11 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -926,7 +926,7 @@ sub display_location {
my $url_skip = NewURL($q, -retain=>1, pc => undef,
x => undef, 'y' => undef,
- latitude => $latitude, longitude => $longitude,
+ latitude => $short_lat, longitude => $short_lon,
'submit_map'=>1, skipped=>1
);
my $pc_h = ent($q->param('pc') || '');