berick spotted it. double escaping.
authorsenator <lebbeous@esilibrary.com>
Mon, 21 Feb 2011 20:23:02 +0000 (15:23 -0500)
committersenator <lebbeous@esilibrary.com>
Mon, 21 Feb 2011 20:23:02 +0000 (15:23 -0500)
Open-ILS/web/templates/default/opac/parts/result/table.tt2

index b08dabe..d8fa026 100644 (file)
@@ -1,7 +1,6 @@
 [%  PROCESS "default/opac/parts/marc_misc.tt2";
 
-    q = query_string | url;
-    np_link = '?' _ q;
+    np_link = '?' _ query_string;
 
     ctx.result_start = 1 + ctx.page_size * page;
     ctx.result_stop = 1 + ctx.page_size * (page + 1);