From a20cf7d958f0df51a7356e63c930a22eece6e3ef Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Wed, 27 Sep 2017 18:59:05 +0300 Subject: [PATCH] Bug 19374: (follow-up) Remove stray closing div tag To test: 1. Apply first patch and validate the document e.g. here https://validator.w3.org/#validate_by_input 2. Observe "Stray end tag div." error 3. Apply this patch and validate again 4. Observe no errors 5. Go through test plan from first patch to make sure things still look nice --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt index 2925454..3fc491c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ -205,5 +205,4 @@ [% END %] - [% INCLUDE 'intranet-bottom.inc' %] -- 2.7.4