From 47dda9b2ead28091ebd15c210c9809696f6b30bb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 16 Oct 2019 16:57:01 +0000 Subject: [PATCH] Bug 22922: (follow-up) Markup corrections This patch adds a "size" attribute to the datepicker input fields and adds self-closing "/". Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 5a2ef15272..a189c01dc3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -108,12 +108,12 @@ [% hold.notes | html %] [% IF Koha.Preference('AllowHoldDateInFuture') %] - + [% ELSE %] [% hold.date | $KohaDates %] [% END %] - + [% IF ( hold.found ) %] -- 2.11.0