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 2d23cff5b..9b8248615 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -789,7 +789,7 @@ sub redirect_from_osgb_to_wgs84 {
my ($q) = @_;
my $e = $q->param('e');
- my $n = $q->param('e');
+ my $n = $q->param('n');
my ( $lat, $lon ) = national_grid_to_wgs84( $e, $n, 'G' );