Fix bug #3399815: PHP error in opensearch API in 0.98.3
This commit is contained in:
parent
5d929ec8e0
commit
e81599e437
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user