summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e258887..76246cd 100644
--- a/index.php
+++ b/index.php
@@ -236,7 +236,7 @@ final class LookingGlass {
print('<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>');
print('</div>');
print('<div class="modal-body">');
- print('<h4>Command <small id="command-reminder"></small></h4>');
+ print('<h4>Command <span class="badge badge-dark"><small id="command-reminder"></small></span></h4>');
print('<p id="description-help"></p>');
print('<h4>Parameter</h4>');
print('<p id="parameter-help"></p>');