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/Bookmarks.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/Bookmarks.html')
| -rw-r--r-- | htroot/Bookmarks.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index 27933084e..130f45ece 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -59,7 +59,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </ul>
<p/>
:: <!-- add or edit Bookmark (mode=2) -->
- <form action="Bookmarks.html" method="get">
+ <form action="Bookmarks.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>#(edit)#Add Bookmark::Edit Bookmark#(/edit)#</legend>
<dl>
@@ -116,7 +116,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </fieldset>
</form>
:: <!-- import XML Bookmarks (mode=3) -->
- <form action="Bookmarks.html" method="post" enctype="multipart/form-data">
+ <form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div class="BookmarksFieldset">
<fieldset>
<legend>Import XML Bookmarks</legend>
@@ -142,7 +142,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </div>
</form>
<!-- import Netscape Bookmarks -->
- <form action="Bookmarks.html" method="post" enctype="multipart/form-data">
+ <form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Import HTML Bookmarks</legend>
<dl>
|
