summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-05 22:47:03 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-05 22:47:03 +0200
commit699277aa90232045771f7836bc1bfa2d0db3af41 (patch)
treed32ce9a8f28f5d34d228c31963387e2b1610be74
parent2411d93340d600f44e1716569b4ecb2b4fc013ab (diff)
Revert help title back to <h4> (header of modal too large with <h3>).
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 614f7c9..c29a148 100644
--- a/index.php
+++ b/index.php
@@ -195,7 +195,7 @@ final class LookingGlass {
print '<div class="modal-content">';
print '<div class="modal-header">';
print '<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>';
- print '<h3 class="modal-title">Help</h4>';
+ print '<h4 class="modal-title">Help</h4>';
print '</div>';
print '<div class="modal-body">';
print '<h4>Command</h4>';