diff options
Diffstat (limited to 'module/web/templates/default/backbone/modal.html')
-rw-r--r-- | module/web/templates/default/backbone/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/backbone/modal.html b/module/web/templates/default/backbone/modal.html index 97a5a4d97..afc5d7b58 100644 --- a/module/web/templates/default/backbone/modal.html +++ b/module/web/templates/default/backbone/modal.html @@ -2,7 +2,7 @@ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3><%- header %></h3> </div> -<div class="modal-body" tabindex="0"> +<div class="modal-body"> <%- content %> </div> <div class="modal-footer"> |