diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-02-14 22:57:43 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-02-14 22:57:43 +0000 |
| commit | abb35addb8d9f1de932636c5055f6cbb154ee5ac (patch) | |
| tree | 82136a036d4a9ba31d1382d19e4a847f94650705 /htroot/ConfigLanguage_p.html | |
| parent | b35fda43ea411461a917ef6ddfa1604423945656 (diff) | |
added
accept-charset="UTF-8"
to all forms
this applies patches from http://forum.yacy-websuche.de/viewtopic.php?p=20891#p20891
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7482 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigLanguage_p.html')
| -rw-r--r-- | htroot/ConfigLanguage_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ConfigLanguage_p.html b/htroot/ConfigLanguage_p.html index 29192d109..41ab4bd7a 100644 --- a/htroot/ConfigLanguage_p.html +++ b/htroot/ConfigLanguage_p.html @@ -11,7 +11,7 @@ <p>
You can change the language of the YaCy-webinterface with translation files.
</p>
- <form action="ConfigLanguage_p.html">
+ <form action="ConfigLanguage_p.html" accept-charset="UTF-8">
<fieldset>
<dl>
<dt><label for="cur_lang">Current language</label>:</dt>
@@ -37,7 +37,7 @@ </fieldset>
</form>
- <form action="ConfigLanguage_p.html">
+ <form action="ConfigLanguage_p.html" accept-charset="UTF-8">
<fieldset>
<dl>
<dt><label for="url_install">Install new language from URL</label>:</dt>
|
