From 70b1d00a1324246103dfa8f7a3d88b79c3ac4c51 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 29 Jun 2018 17:36:51 -0300 Subject: [PATCH] Bug 20806: Surround string by span tag to help translation Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt index 8ba606f5dc..4586436c64 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt @@ -84,7 +84,7 @@ [% IF hold.itemtype %] [% ItemTypes.GetDescription( hold.itemtype ) %] [% ELSE %] - Any item type + Any item type [% END %] [% END %] -- 2.11.0