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/CrawlResults.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/CrawlResults.html')
| -rw-r--r-- | htroot/CrawlResults.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/CrawlResults.html b/htroot/CrawlResults.html index 37b1df2c2..419f5379e 100644 --- a/htroot/CrawlResults.html +++ b/htroot/CrawlResults.html @@ -92,7 +92,7 @@ #{domains}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td align="center">
- <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
+ <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
<input type="hidden" name="hashpart" value="#[hashpart]#" />
@@ -117,7 +117,7 @@ <table cellpadding="2" cellspacing="1" >
<tr class="TableHeader">
<td align="center">
- <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
+ <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
<input type="submit" name="clearlist" value="clear list" />
@@ -134,7 +134,7 @@ #{indexed}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td align="center">
- <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
+ <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
<input type="hidden" name="hash" value="#[urlhash]#" />
|
