[tor-commits] [check/master] Remove stray option.
arlo at torproject.org
arlo at torproject.org
Sat Oct 26 21:51:59 UTC 2013
commit d9af8c2cce847f999178eb61cfe8c0dbcf495305
Author: Arlo Breault <arlolra at gmail.com>
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 }}
More information about the tor-commits
mailing list