Disable autocompletion
This commit is contained in:
parent
ab90d74083
commit
cab53cefb1
@ -7,7 +7,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form method="post" action="?action=add">
|
<form method="post" action="?action=add" autocomplete="off">
|
||||||
<label for="url">Site or Feed URL</label>
|
<label for="url">Site or Feed URL</label>
|
||||||
<input type="text" name="url" id="url" placeholder="http://website/" autofocus required/>
|
<input type="text" name="url" id="url" placeholder="http://website/" autofocus required/>
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
|
Loading…
Reference in New Issue
Block a user