}
if ( isset($_GET['get']) and $_GET['get'] === "opensearchdescription" ) {
+ header('Content-Type: text/xml');
echo '<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>consearch';
<Contact>consearch @ f p u n k t k . de</Contact>
<Url type="text/html" template="https://www.fpunktk.de/consearch/index.php';
if ( $dse ) { echo "?dse=$dse"; }
- echo '#{searchTerms}" />
+ echo '#{searchTerms}"></Url>
<Image height="16" width="16" type="image/png">https://www.fpunktk.de/consearch/consearch.png</Image>
</OpenSearchDescription>';