зеркало из https://github.com/mozilla/gecko-dev.git
Bug 186819 Query charset searching on dmoz.org does not match with which dmoz.org expects
patch by bugzilla@philringnalda.com r=timeless sr=dmose
This commit is contained in:
Родитель
99ef7e6a1b
Коммит
6fec2b1a4c
|
@ -3,26 +3,28 @@
|
|||
# Creation: April 24, 2000 by Robert John Churchill <rjc@netscape.com>
|
||||
|
||||
<SEARCH
|
||||
name="dmoz.org"
|
||||
description = "dmoz.org"
|
||||
method="GET"
|
||||
action="http://search.dmoz.org/cgi-bin/search"
|
||||
name="dmoz.org"
|
||||
description = "dmoz.org"
|
||||
method="GET"
|
||||
action="http://search.dmoz.org/cgi-bin/search"
|
||||
queryCharset="utf-8"
|
||||
>
|
||||
|
||||
<INPUT NAME="search" user>
|
||||
|
||||
<INTERPRET
|
||||
browserResultType = "category"
|
||||
resultListStart = "<b>Open Directory Categories</b>"
|
||||
resultListEnd = "</ol>"
|
||||
resultItemStart = "<li>"
|
||||
browserResultType = "category"
|
||||
resultListStart = "<b>Open Directory Categories</b>"
|
||||
resultListEnd = "</ol>"
|
||||
resultItemStart = "<li>"
|
||||
>
|
||||
|
||||
<INTERPRET
|
||||
browserResultType = "result"
|
||||
resultListStart = "<b>Open Directory Sites</b>"
|
||||
resultListEnd = "</ol>"
|
||||
resultItemStart = "<li>"
|
||||
browserResultType = "result"
|
||||
resultListStart = "<b>Open Directory Sites</b>"
|
||||
resultListEnd = "</ol>"
|
||||
resultItemStart = "<li>"
|
||||
charset="utf-8"
|
||||
>
|
||||
|
||||
</SEARCH>
|
||||
|
|
Загрузка…
Ссылка в новой задаче