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/IndexControlRWIs_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/IndexControlRWIs_p.html')
| -rw-r--r-- | htroot/IndexControlRWIs_p.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/IndexControlRWIs_p.html b/htroot/IndexControlRWIs_p.html index bd391122f..77d756878 100644 --- a/htroot/IndexControlRWIs_p.html +++ b/htroot/IndexControlRWIs_p.html @@ -9,7 +9,7 @@ #%env/templates/submenuIndexControl.template%#
<h2>Reverse Word Index Administration</h2>
<p>The local index currently contains #[wcount]# reverse word indexes</p>
- <form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data">
+ <form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>RWI Retrieval (= search for a single word)</legend>
<dl>
<dt class="TableCellDark">Select Segment:</dt>
@@ -36,7 +36,7 @@ #(cleanup)#::
</form>
- <form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data">
+ <form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Cleanup</legend>
<dl>
<dt class="TableCellDark">Index Deletion</dt>
@@ -172,7 +172,7 @@ No URL entries related to this word hash <span class="tt">#[keyHash]#</span>.
::
<p>#[count]# URL entries related to this word hash <span class="tt">#[keyHash]#</span></p>
- <form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data">
+ <form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader">
|
