[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [check/master] Torbutton expects failure rather than fail
commit 348c149d9cd6e69ce0632a922bca01735cbae46c
Author: Kevin Butler <haqkrs@xxxxxxxxx>
Date: Sat Oct 19 18:29:04 2013 +0100
Torbutton expects failure rather than fail
---
public/torbutton.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/torbutton.html b/public/torbutton.html
index 3369f50..17b6b90 100644
--- a/public/torbutton.html
+++ b/public/torbutton.html
@@ -1,6 +1,6 @@
<!doctype html>
<html>
<body>
- <a id="TorCheckResult" target="{{ if .IsTor }}success{{ else }}fail{{ end }}" href="/"></a>
+ <a id="TorCheckResult" target="{{ if .IsTor }}success{{ else }}failure{{ end }}" href="/"></a>
</body>
</html>
\ No newline at end of file
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits