mirror of
https://github.com/pi-hole/web.git
synced 2026-07-09 16:04:05 +01:00
Fix wording on blocklist text field placeholder and fix empty input tag
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
+1
-1
@@ -295,7 +295,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
|
||||
</table>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input name="newuserlists" class="form-control" placeholder="Enter URL to add a new blocklists"></input>
|
||||
<input name="newuserlists" class="form-control" placeholder="Enter a URL to add a new blocklist">
|
||||
</div>
|
||||
<input type="hidden" name="field" value="adlists">
|
||||
<input type="hidden" name="token" value="<?php echo $token ?>">
|
||||
|
||||
Reference in New Issue
Block a user