From 3b5d2ddb73e9cc6750faff8d9463422ef69643d1 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 19 Dec 2012 10:00:52 +0000 Subject: [PATCH 1/1] IDs used in URLs for full-record links are properly CQL-quoted. Fixes part of IR-303. --- web/htdocs/details/found.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index e4312fb..84735fc 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -124,7 +124,7 @@ push @ids, $id; <% $i %> - "><% xml_encode($title) %> <% xml_encode($reliability, "", { nbsp => 1 }) %> <% xml_encode($host, "") %> -- 1.7.10.4