Bug 21243: (follow-up) Remove extra '</div>' tag
authorNick Clemens <nick@bywatersolutions.com>
Tue, 21 Aug 2018 13:38:42 +0000 (13:38 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 21 Aug 2018 13:41:56 +0000 (13:41 +0000)
To test:
1 - Go to Admin->Z39/SRU servers
2 - Pick a server or add one
3 - Click 'Modify' button for mappings
4 - Copy the HTML of the popup into w3c validator
https://validator.w3.org/#validate_by_input
5 - Note extra closing div
6 - Apply patch
7 - Repeat
8 - Success

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt

index 45b3c8c..5fe0261 100644 (file)
@@ -71,7 +71,6 @@
             </fieldset>
         </form>
     </div>
-</div>
 
 [% MACRO jsinclude BLOCK %]
     [% Asset.js("js/admin-menu.js") | $raw %]