From a844bad0235b0bf6309b37ba5255a5dfb7bd110a Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Thu, 29 Sep 2011 10:45:42 +0200 Subject: Fix fallout from 84fc580e278aefda62c537a05661db8ae39e55e0. --- lib/LXRng/Web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/LXRng/Web.pm') diff --git a/lib/LXRng/Web.pm b/lib/LXRng/Web.pm index 2c72282..46b741f 100644 --- a/lib/LXRng/Web.pm +++ b/lib/LXRng/Web.pm @@ -240,7 +240,7 @@ sub source { 'pjx_load_file' => '', 'pjx_load_fragment' => '', 'pjx_releases' => ''); - $pjx->js_encode_function('encodeURIComponent'); + $pjx->js_encode_function('encode_lxrng'); if ($context->prefs and $context->prefs->{'navmethod'} eq 'ajax') { print($query->header(-type => 'text/html', -- cgit v1.2.3