aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/modal.html')
-rwxr-xr-xservo/templates/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/modal.html b/servo/templates/modal.html
index d6f75db..dbd3d37 100755
--- a/servo/templates/modal.html
+++ b/servo/templates/modal.html
@@ -3,7 +3,7 @@
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</button>
- <h3>{% block header %} {{ title }} {% endblock header %}</h3>
+ <h4>{% block header %} {{ title }} {% endblock header %}</h4>
</div>
<div class="modal-body">
{% block body %}