Skip to content

Commit 320f16a

Browse files
committed
Display: Update modals.tpl to fix HTML compliance by renaming modal element id attribute
1 parent 1e0bf54 commit 320f16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/template/default/layout/modals.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="modal-content">
3535
<div class="modal-header">
3636
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
37-
<h4 class="modal-title" id="myModalLabel">{{ 'Delete' | get_lang }}</h4>
37+
<h4 class="modal-title" id="confirm-delete-title">{{ 'Delete' | get_lang }}</h4>
3838
</div>
3939

4040
<div class="modal-body">

0 commit comments

Comments
 (0)