autocorrect invalide W3C

This commit is contained in:
chankalan 2021-09-14 10:42:10 +02:00
parent 741d2e887a
commit 6d04f121aa
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[(#ENV{action}|form_hidden)]
[<input type="hidden" name="lang" value="(#ENV{lang})" />]
<label for="recherche#ENV{_id_champ}"><:info_rechercher_02:/></label>
<input type="[(#HTML5|?{search,text})]" class="search text" size="10" name="recherche" placeholder="<:baz_april:rechercher:/>"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" autocorrect="off" id="recherche#ENV{_id_champ}" />
<input type="[(#HTML5|?{search,text})]" class="search text" size="10" name="recherche" placeholder="<:baz_april:rechercher:/>"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" id="recherche#ENV{_id_champ}" />
<button type="submit" class="submit"><:info_rechercher:/></button>
</form>
</div>