aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-04-03 01:23:17 -0400
committerThedro Neely <thedroneely@gmail.com>2019-04-03 01:23:17 -0400
commitfa6a7a34a966d2045ce78d265ab6b077dc70b80c (patch)
tree212353eb3413609cd55dc4731ba5336e0ce1c148
parentc286a8236ebdc37bf94d06ba1e85524ec6b1a81c (diff)
downloadedwinmattiacci.com-fa6a7a34a966d2045ce78d265ab6b077dc70b80c.tar.gz
edwinmattiacci.com-fa6a7a34a966d2045ce78d265ab6b077dc70b80c.tar.bz2
edwinmattiacci.com-fa6a7a34a966d2045ce78d265ab6b077dc70b80c.zip
views/contact: Autocomplete not allowed on checkbox input tag
-rw-r--r--views/contact.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/contact.view.php b/views/contact.view.php
index 61b3a62..9a76e7e 100644
--- a/views/contact.view.php
+++ b/views/contact.view.php
@@ -83,7 +83,7 @@
</button>
</div>
- <input type="checkbox" name="agree" tabindex="-1" autocomplete="off" class="checkbox-agree">
+ <input type="checkbox" name="agree" tabindex="-1" class="checkbox-agree">
</form>