summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/backbone/modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/backbone/modal.html')
-rw-r--r--module/web/templates/default/backbone/modal.html2
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">&times;</button>
<h3><%- header %></h3>
</div>
-<div class="modal-body" tabindex="0">
+<div class="modal-body">
<%- content %>
</div>
<div class="modal-footer">