Replace <tt> tags with <samp> tags

This commit is contained in:
Jamie Magee
2017-10-25 12:56:18 +00:00
parent a12e1bf304
commit 6fd0c5eff8
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
<div class="panel-title text-center"><span class="logo-lg" style="font-size: 25px;">Pi-<b>hole</b></span></div>
<p class="login-box-msg">Sign in to start your session</p>
<div id="cookieInfo" class="panel-title text-center" style="color:#F00; font-size: 150%" hidden>Verify that cookies are allowed for <kbd><?php echo $_SERVER['HTTP_HOST']; ?></kbd></div>
<div id="cookieInfo" class="panel-title text-center" style="color:#F00; font-size: 150%" hidden>Verify that cookies are allowed for <samp><?php echo $_SERVER['HTTP_HOST']; ?></samp></div>
<?php if ($wrongpassword) { ?>
<div class="form-group has-error login-box-msg">
<label class="control-label"><i class="fa fa-times-circle-o"></i> Wrong password!</label>
@@ -30,8 +30,8 @@
<div class="row">
<div class="col-xs-8">
<ul>
<li><kbd>Return</kbd> &rarr; Log in and go to requested page (<?php echo $scriptname; ?>)</li>
<li><kbd>Ctrl+Return</kbd> &rarr; Log in and go to Settings page</li>
<li><samp>Return</samp> &rarr; Log in and go to requested page (<?php echo $scriptname; ?>)</li>
<li><samp>Ctrl+Return</samp> &rarr; Log in and go to Settings page</li>
</ul>
</div>
<div class="col-xs-4">