From 861fcbdede629fa6f48def88925aaf9f73627cc9 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 17 Aug 2011 16:55:43 -0400 Subject: [PATCH] TPac: Removed errant 'html' almost-filter Signed-off-by: Bill Erickson --- Open-ILS/web/templates/default/opac/parts/record/summary.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 index e9cd335dcc..96d0988a40 100644 --- a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 @@ -150,7 +150,7 @@ [% IF ctx.is_staff %] [% copy_info.age_protect ? - ctx.get_crahp(copy_info.age_protect).name html : l('None') | html %] + ctx.get_crahp(copy_info.age_protect).name : l('None') | html %] [% date.format( ctx.parse_datetime(copy_info.create_date), -- 2.11.0