From 8ab40c68cd72ce44f98957413d1ed6c114a759b4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 4 Apr 2018 15:54:58 -0300 Subject: [PATCH] Bug 19910: Use span to make translators happy --- koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc index e6b4aca0e5..c6b1ce0297 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc @@ -1,8 +1,8 @@ [% SWITCH Koha.Preference('delimiter') %] - [% CASE '#' %]Pound (#) separated text (.csv) - [% CASE ',' %]Comma separated text (.csv) - [% CASE '/' %]Slash separated text (.csv) - [% CASE ';' %]Semicolon separated text (.csv) - [% CASE '\\' %]Backslash separated text (.csv) - [% CASE 'tabulation' %]Tab separated text (.csv) + [% CASE '#' %]Pound (#) separated text (.csv) + [% CASE ',' %]Comma separated text (.csv) + [% CASE '/' %]Slash separated text (.csv) + [% CASE ';' %]Semicolon separated text (.csv) + [% CASE '\\' %]Backslash separated text (.csv) + [% CASE 'tabulation' %]Tab separated text (.csv) [% END %] -- 2.11.0