Skip to content

Commit

Permalink
Replace <tt> tags with <samp> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Oct 25, 2017
1 parent a12e1bf commit 6fd0c5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions help.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="col-md-12">
<h2>White- / Blacklist</h2>
<p>Add or remove domains (or subdomains) from the white-/blacklist. If a domain is added to e.g. the whitelist, any possible entry of the same domain will be automatically removed from the blacklist and vice versa.</p>
<p>Wildcard blacklisting is supported (entering <kbd>something.de</kbd> will block this domain including all subdomains like <kbd>a.bb.c.999.something.de</kbd>). Note that wildcard whitelisting is <em>not</em> supported.</p>
<p>Wildcard blacklisting is supported (entering <samp>something.de</samp> will block this domain including all subdomains like <samp>a.bb.c.999.something.de</samp>). Note that wildcard whitelisting is <em>not</em> supported.</p>
<p>You can white-/blacklist multiple entries at a time if you separate the domains by spaces.</p>
</div>
</div>
Expand All @@ -89,7 +89,7 @@
<div class="row">
<div class="col-md-12">
<h2>Tools &rarr; Query adlists</h2>
This function is useful to find out what list a domain appears on. Since we don't control what the third-parties put on the block lists, you may find that a domain you normally visit stops working. If this is the case, you could run this command to scan for strings in the list of blocked domains and it will return the list the domain is found on. This proved useful a while back when the Mahakala list was adding <kbd>apple.com</kbd> and <kbd>microsoft.com</kbd> to their block list.</p>
This function is useful to find out what list a domain appears on. Since we don't control what the third-parties put on the block lists, you may find that a domain you normally visit stops working. If this is the case, you could run this command to scan for strings in the list of blocked domains and it will return the list the domain is found on. This proved useful a while back when the Mahakala list was adding <samp>apple.com</samp> and <samp>microsoft.com</samp> to their block list.</p>
</div>
</div>
<div class="row">
Expand Down
6 changes: 3 additions & 3 deletions scripts/pi-hole/php/loginpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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">
Expand Down

0 comments on commit 6fd0c5e

Please sign in to comment.