Fix wording on blocklist text field placeholder and fix empty input tag

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2019-05-01 20:53:34 -07:00
parent 1451a3441e
commit d0b0eb8822
+1 -1
View File
@@ -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 ?>">