Disable autocompletion

This commit is contained in:
Frederic Guillot 2013-03-24 10:31:54 -04:00
parent ab90d74083
commit cab53cefb1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
</ul>
</div>
<form method="post" action="?action=add">
<form method="post" action="?action=add" autocomplete="off">
<label for="url">Site or Feed URL</label>
<input type="text" name="url" id="url" placeholder="http://website/" autofocus required/>
<div class="form-actions">