Bug 21243: (follow-up) Remove extra '</div>' tag
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>
This commit is contained in:
parent
390e39f1d2
commit
10cd9ac4bd
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@
|
|||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
[% MACRO jsinclude BLOCK %]
|
||||
[% Asset.js("js/admin-menu.js") | $raw %]
|
||||
|
|
Loading…
Reference in a new issue