summaryrefslogtreecommitdiff
path: root/www/api/opensearch.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-11-01 06:42:00 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-11-01 06:42:00 +0100
commitdb6011331290fcbe453b3f5b5560c59f60c4ee34 (patch)
tree5481606b541164f7596d3b048f226703db397045 /www/api/opensearch.php
parenta1b909ceb5f48c510abc52b82a567fd80d113ced (diff)
parente81599e4375b4ae12ff7fe65e0810479ad719b4a (diff)
downloadsemanticscuttle-db6011331290fcbe453b3f5b5560c59f60c4ee34.tar.gz
semanticscuttle-db6011331290fcbe453b3f5b5560c59f60c4ee34.tar.bz2
Merge branch '0.98'
Conflicts: doc/ChangeLog
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>