From 8e10455cd21541fc11a036f5d561559e9cfb7df4 Mon Sep 17 00:00:00 2001 From: Adrien Saurat Date: Fri, 29 Mar 2013 11:51:38 +0100 Subject: [PATCH] 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 --- koha-tmpl/intranet-tmpl/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.10.4