diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-18 22:41:40 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-18 22:41:40 +0200 |
commit | 085832888a6ebee7f0b2d23c68ef887833f2a94d (patch) | |
tree | 31363288b92ea742b9e10ff21990bd77b8bdbf82 /servo/templates/modal.html | |
parent | 15ea45e17ebe662b4a105a0a61d6e46dcf591358 (diff) | |
download | Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.tar.gz Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.tar.bz2 Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.zip |
Cleanup
Diffstat (limited to 'servo/templates/modal.html')
-rwxr-xr-x | servo/templates/modal.html | 2 |
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">×</button> - <h3>{% block header %} {{ title }} {% endblock header %}</h3> + <h4>{% block header %} {{ title }} {% endblock header %}</h4> </div> <div class="modal-body"> {% block body %} |