diff options
| author | (no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-11-09 22:18:16 +0000 |
|---|---|---|
| committer | (no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-11-09 22:18:16 +0000 |
| commit | a51417d86b496e811996c6307907bfc58ce88d4a (patch) | |
| tree | 5ad54074bcaafec7cd53cbbb8b9d71a69f0709d5 /htroot/ConfigLanguage_p.html | |
| parent | 4147c9f490e8cb46f3c788266800a4873b5df9a5 (diff) | |
Bugfix: language of ConfigLanguage_p.html was not changed properly when a different language was choosen here
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2948 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 50673356e..27ac1b529 100644 --- a/htroot/ConfigLanguage_p.html +++ b/htroot/ConfigLanguage_p.html @@ -48,7 +48,7 @@ <td valign="top" class="TableCellLight">
<form action="ConfigLanguage_p.html">
<fieldset>
- <select size="10" name="lang">
+ <select size="10" name="language">
#{langlist}#
<option value="#[file]#">#[name]#</option>
#{/langlist}#
|
