[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [atlas/master] Disable autocorrect and autocapitalisation (#23797)
commit 6647d5ace7408cf682ad16040a2d62cdc4586083
Author: Iain R. Learmonth <irl@xxxxxxxx>
Date: Tue Nov 14 15:29:19 2017 +0000
Disable autocorrect and autocapitalisation (#23797)
---
templates/search/main.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/search/main.html b/templates/search/main.html
index 13b4a0a..d5f6d6d 100644
--- a/templates/search/main.html
+++ b/templates/search/main.html
@@ -3,7 +3,7 @@ Tor network. It provides useful information on how relays are configured along
with graphs about their past.</p>
<form id="home-search">
<div class="input-group">
- <input class="search-query form-control" id="query" placeholder="Query" type="text">
+ <input class="search-query form-control" id="query" placeholder="Query" type="text" autocorrect="off" autocapitalize="none">
<span class="input-group-btn"><button id="do-search" class="btn btn-primary" type="button">Search</button><button class="btn btn-secondary" type="button" id="do-top-relays">Top Relays</button></span>
</div>
</form>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits