Search found 2 matches

by fisher
Sun Mar 07, 2010 2:05 pm
Forum: Bug reports
Topic: Opensearch Config error - phpMyFAQ from 2.0.12~2.6.2
Replies: 2
Views: 3443

Re: Opensearch Config error - phpMyFAQ from 2.0.12~2.6.2

/opensearch.php

Code: Select all

$opensearch     = "<?xml version=\"1.0\" encoding=\"".$PMF_LANG['metaCharset']."\"?>
should be:

Code: Select all

$opensearch     = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
by fisher
Sun Mar 07, 2010 1:52 pm
Forum: Bug reports
Topic: Opensearch Config error - phpMyFAQ from 2.0.12~2.6.2
Replies: 2
Views: 3443

Opensearch Config error - phpMyFAQ from 2.0.12~2.6.2

I Find out that the phpMyFAQ's opensearch configuration code is error .
<link rel="search" type="application/opensearchdescription+xml" title="TONTEC 知识库/问答中心" href="/search.html" />
search.html is not the valid format of opensearch xml, but the opensearch.php is the correct file:
view-source ...