From 9a4cfcddc981d016b5932b748978eecb19bbb086 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 29 Sep 2017 11:10:03 -0400 Subject: [PATCH] LP#1720394: This html thinko in copy tag display A closing td tag appears to be have been accidentally used when closing the opening td tag. It doesn't appear to affect the display of the copy tag, but should probably be fixed. Signed-off-by: Kathy Lussier Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index 8535e7ccbe..1e0456cf83 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -235,7 +235,7 @@ END; # FOREACH bib [% FOREACH tag IN copy_info.tags; %]   - + [% tag.value | html %] -- 2.11.0