]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPac: Do not URI-escape index class/names in search dropdown
authorBill Erickson <berick@esilibrary.com>
Mon, 12 Sep 2011 16:17:52 +0000 (12:17 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 12 Sep 2011 16:17:52 +0000 (12:17 -0400)
commit5366725511ca29ddeef81f92be9a92b9638ad8a2
tree4d4be25c6624775a7862b6f4106738551dc66c7d
parent9f3c3d09cf1b2dc98ad2fea983aa91de39c03888
TPac: Do not URI-escape index class/names in search dropdown

id|bibcn, for example, through the |uri filter turns into "id%7Cbibcn"
in the option value.  Pipe through |html instead, just to be safe.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/opac/parts/qtype_selector.tt2