Thought it might be a good idea to implement OpenSearch but it isn't working. Anyone have any ideas of what I am doing wrong? opensearch.xml HTML: Select All <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> <ShortName>Xiaopan Forums</ShortName> <Description>Kick Ass Wireless Hacking Security Forum</Description> <Url type="text/html" method="get" template="https://xiaopan.co/forums/search/1093184/?q={searchTerms}&o=date"/> <Image height="16" width="16" type="image/vnd.microsoft.icon"> http://xiaopan.co/favicon.ico </Image> <moz:SearchForm>https://xiaopan.co/forums/search/</moz:SearchForm> <Url type="application/opensearchdescription+xml" rel="self" template="http://xiaopan.co/opensearch.xml"/> </OpenSearchDescription> header HTML: Select All <link rel="search" type="application/opensearchdescription+xml" href="http://xiaopan.co/opensearch.xml" title="Xiaopan Forum Search" />