[check/master] Torbutton expects failure rather than fail

19 Oct
2013
19 Oct
'13
1:39 p.m.
commit 348c149d9cd6e69ce0632a922bca01735cbae46c Author: Kevin Butler <haqkrs@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
4251
Age (days ago)
4251
Last active (days ago)
0 comments
1 participants
participants (1)
-
arlo@torproject.org