From decab5e7ecd364b80abffe9505b8dab231a5ab48 Mon Sep 17 00:00:00 2001 From: Katrin Fischer <katrin.fischer.83@web.de> Date: Mon, 29 Mar 2021 18:46:18 +0000 Subject: [PATCH] Bug 28066: (QA follow-up) Fix some single quote occurences Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt index cb7a4b518c..37a1f6769f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt @@ -130,12 +130,12 @@ <label class="inline" for="basename">Named: </label> <input type="text" name="basename" id="basename" value="Export" /> <label class="inline" for="MIME">Into an application </label> - <select id='MIME' name='MIME' size='1'> + <select id='MIME' name='MIME'> [% FOREACH outputFormatloo IN outputFormatloop %] <option value="[% outputFormatloo | html %]">[% outputFormatloo | html %]</option> [% END %] </select> - <select id='sep' name='sep' size='1'> + <select id='sep' name='sep'> [% FOREACH delimiterloo IN delimiterloop %] [% IF delimiterloo == delimiterPreference %] <option value="[% delimiterloo | html %]">[% delimiterloo | html %]</option> -- 2.11.0