From f9a3d794e41eb889027392fc52310c5b5983a846 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 20 Aug 2011 18:29:22 +0200 Subject: [PATCH] Bug 6458: Incorrect parsing result in translation processing Content-Type: text/plain; charset="utf-8" Patch removes template directives from within HTML tags from OPAC detail view. Problems were related to the items tabs for holdings, subscriptions, and serial collection. --- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt index 40af8f5..b6498b5 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -322,9 +322,9 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
-- 1.7.4.1