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
tor-commits@lists.torproject.org