summaryrefslogtreecommitdiff
path: root/www/api/opensearch.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/api/opensearch.php')
-rw-r--r--www/api/opensearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/opensearch.php b/www/api/opensearch.php
index db95639..3e7dbf7 100644
--- a/www/api/opensearch.php
+++ b/www/api/opensearch.php
@@ -1,8 +1,8 @@
<?php
$httpContentType = 'text/xml';
require_once '../www-header.php';
+echo '<' . '?xml version="1.0" encoding="utf-8" ?' . ">\n";
?>
-<?xml version="1.0" encoding="utf-8" ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName><?php echo $GLOBALS['sitename']?></ShortName>
<LongName></LongName>