aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index 2030a89e3..33e195fef 100644
--- a/perllib/Page.pm
+++ b/perllib/Page.pm
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: Page.pm,v 1.1 2006-09-19 16:31:09 matthew Exp $
+# $Id: Page.pm,v 1.2 2006-09-19 16:34:24 matthew Exp $
#
package Page;
@@ -16,7 +16,7 @@ use Carp;
sub url {
my ($x, $y) = @_;
- return '?x=' . $x . '&y=' . $y;
+ return '?x=' . $x . ';y=' . $y;
}
=item header Q TITLE [PARAM VALUE ...]