From 9392f2adcab6b8ecd1dc36c250885d7652a0c994 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 7 Aug 2017 14:35:38 -0400 Subject: [PATCH] LP#1681095: fix TT syntax error Signed-off-by: Galen Charlton --- Open-ILS/src/templates/kpac/record.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/kpac/record.tt2 b/Open-ILS/src/templates/kpac/record.tt2 index 393bb1c987..878c806240 100644 --- a/Open-ILS/src/templates/kpac/record.tt2 +++ b/Open-ILS/src/templates/kpac/record.tt2 @@ -11,7 +11,7 @@
[% ident = attrs.isbn_clean || attrs.upc; - href = ctx.media_prefix _ '/images/kpac/item_image.jpg[% ctx.cache_key %]'; + href = ctx.media_prefix _ '/images/kpac/item_image.jpg' _ ctx.cache_key; IF ident; href = ctx.media_prefix _ '/opac/extras/ac/jacket/medium/' _ ident; END %] [% l('Image of item') %]
-- 2.11.0