diff options
Diffstat (limited to 'httemplate/misc/location.cgi')
-rw-r--r-- | httemplate/misc/location.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/location.cgi b/httemplate/misc/location.cgi index 35ae0f107..fab61dd01 100644 --- a/httemplate/misc/location.cgi +++ b/httemplate/misc/location.cgi @@ -1,4 +1,4 @@ -<% objToJson(\%hash) %> +<% encode_json(\%hash) %>\ <%init> my $locationnum = $cgi->param('arg'); |