[tor-commits] [check/master] Torbutton expects failure rather than	fail
    arlo at torproject.org 
    arlo at torproject.org
       
    Sat Oct 19 17:39:53 UTC 2013
    
    
  
commit 348c149d9cd6e69ce0632a922bca01735cbae46c
Author: Kevin Butler <haqkrs at gmail.com>
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
    
    
More information about the tor-commits
mailing list