Fix 228844 - Cannot search Japanese via Bookmark Sidebar

This commit is contained in:
noririty%jcom.home.ne.jp 2003-12-18 15:06:39 +00:00
Родитель fe1be84a39
Коммит d8b47954a9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -574,7 +574,7 @@
this.originalRef = this.tree.getAttribute("ref");
}
this.tree.setAttribute("ref",
"find:datasource=rdf:bookmarks&match=http://home.netscape.com/NC-rdf#Name&method=contains&text=" + escape(aInput));
"find:datasource=rdf:bookmarks&match=http://home.netscape.com/NC-rdf#Name&method=contains&text=" + encodeURIComponent(aInput));
}
]]></body>
</method>