From 79232abdf78de11212a1721ab61e14b01ea86023 Mon Sep 17 00:00:00 2001 From: Adrien Saurat Date: Fri, 29 Mar 2013 11:51:38 +0100 Subject: [PATCH] [PASSED QA] Bug 9952: translation of the "tab 0" in MARC detail The html code of 0 (0) is necessary for this tab to be correctly translated. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Fixes display in translated templates. --- .../prog/en/modules/catalogue/MARCdetail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt index 8495c60..a9ab8d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -65,7 +65,7 @@ function Changefwk(FwkList) {
    [% IF ( tab0XX ) %] -
  • 0
  • +
  • 0
  • [% END %] [% IF ( tab1XX ) %]
  • 1
  • -- 1.7.9.5