Fix bug #3399815: PHP error in opensearch API in 0.98.3

This commit is contained in:
Christian Weiske 2011-11-01 06:41:25 +01:00
parent 5d929ec8e0
commit e81599e437
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ ChangeLog for SemantiScuttle
- Fix bug: Subtitle was not escaped
- Fix bug #3393951: Logo images missing on bookmark page
- Fix bug #3388219: Incorrect URL when cancelling tag2tag-actions
- Fix bug #3399815: PHP error in opensearch API in 0.98.3
0.98.3 - 2011-08-09

View File

@ -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>