diff options
| author | (no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-08 08:21:09 +0000 |
|---|---|---|
| committer | (no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-08 08:21:09 +0000 |
| commit | e9e3ab4ecc5c6ef045e57965a623ab308b6fcc44 (patch) | |
| tree | 04b3728022e592d64adaa7e17169132fc84f605a /htroot/ConfigLanguage_p.html | |
| parent | 01d4cbc14354873ec6fadeabbdbc4d7e20470ee5 (diff) | |
fix for selection in language list
see http://www.yacy-forum.de/viewtopic.php?t=4095
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3827 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigLanguage_p.html')
| -rw-r--r-- | htroot/ConfigLanguage_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigLanguage_p.html b/htroot/ConfigLanguage_p.html index 5ed5b4e6e..02fe42c71 100644 --- a/htroot/ConfigLanguage_p.html +++ b/htroot/ConfigLanguage_p.html @@ -26,7 +26,7 @@ <dt><label for="lang_list">Available Languages</label>:</dt>
<dd>
<select name="language" id="lang_list">#{langlist}#
- <option value="#[file]#">#[name]#</option>#{/langlist}#
+ <option value="#[file]#" #[selected]#>#[name]#</option>#{/langlist}#
</select>
</dd>
<dd>
|
