aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/modal.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-18 22:41:40 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-18 22:41:40 +0200
commit085832888a6ebee7f0b2d23c68ef887833f2a94d (patch)
tree31363288b92ea742b9e10ff21990bd77b8bdbf82 /servo/templates/modal.html
parent15ea45e17ebe662b4a105a0a61d6e46dcf591358 (diff)
downloadServo-085832888a6ebee7f0b2d23c68ef887833f2a94d.tar.gz
Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.tar.bz2
Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.zip
Cleanup
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 %}