Clean up formatting in settings page

Signed-off-by: Chris Hollenbeck <1334439+hollec@users.noreply.github.com>
This commit is contained in:
Chris Hollenbeck
2018-01-13 13:27:38 -05:00
parent 690d0a6899
commit a5cd0d193e
+3 -3
View File
@@ -786,14 +786,14 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
<div class="checkbox">
<label><input type="checkbox" name="DNSrequiresFQDN" title="domain-needed"
<?php if ($DNSrequiresFQDN){ ?>checked<?php }
?>>never forward non-FQDNs</label>
?>>Never forward non-FQDNs</label>
</div>
</div>
<div class="form-group">
<div class="checkbox">
<label><input type="checkbox" name="DNSbogusPriv" title="bogus-priv"
<?php if ($DNSbogusPriv){ ?>checked<?php }
?>>never forward reverse lookups for private IP ranges</label>
?>>Never forward reverse lookups for private IP ranges</label>
</div>
</div>
<p>Note that enabling these two options may increase your privacy
@@ -1068,7 +1068,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
<td><?php echo $piHoleIPv6; ?></td>
</tr>
<tr>
<th scope="row">Pi-hole hostname</th>
<th scope="row">Pi-hole hostname:</th>
<td><?php echo $hostname; ?></td>
</tr>
</tbody>