aboutsummaryrefslogtreecommitdiff
path: root/app/views/contact.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-04-04 02:53:52 -0400
committerThedro Neely <thedroneely@gmail.com>2019-04-04 02:53:52 -0400
commit693ca977b51652ad47fe047ca989da700e4d9303 (patch)
treeff3867ef0fe159b261c7fb4938288dafec40605e /app/views/contact.view.php
parent0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d (diff)
downloadthedroneely.com-693ca977b51652ad47fe047ca989da700e4d9303.tar.gz
thedroneely.com-693ca977b51652ad47fe047ca989da700e4d9303.tar.bz2
thedroneely.com-693ca977b51652ad47fe047ca989da700e4d9303.zip
app/views/contact: Autocomplete not allowed on checkbox input
Diffstat (limited to 'app/views/contact.view.php')
-rw-r--r--app/views/contact.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/contact.view.php b/app/views/contact.view.php
index c2d40b6..d1ce0bd 100644
--- a/app/views/contact.view.php
+++ b/app/views/contact.view.php
@@ -76,7 +76,7 @@
</div>
</div>
- <input type="checkbox" name="agree" class="agree" tabindex="-1" autocomplete="off">
+ <input type="checkbox" name="agree" class="agree" tabindex="-1">
</form>