commit d9af8c2cce847f999178eb61cfe8c0dbcf495305
Author: Arlo Breault <[email protected]>
Date:   Sat Oct 26 14:51:40 2013 -0700

    Remove stray option.
---
 public/index.html |    1 -
 1 file changed, 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 832ec99..1c1047a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -8,7 +8,6 @@
   <label for="lang" class="small">{{ GetText .Lang "This page is also 
available in the following languages:" }}</label>
   <select id="cl" name="lang">
     {{ $out := . }}
-      <option value="en_US">
     {{ range $k, $i := .Locales }}
       <option value="{{ $k }}" {{ if Equal $k $out.Lang 
}}selected="selected"{{ end }}>{{ $i | UnEscaped }}</option>
     {{ end }}

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to