Merge branch '0.98'
Conflicts: doc/ChangeLog
This commit is contained in:
commit
db60113312
@ -9,6 +9,7 @@ ChangeLog for SemantiScuttle
|
|||||||
- Fix bug: Subtitle was not escaped
|
- Fix bug: Subtitle was not escaped
|
||||||
- Fix bug #3393951: Logo images missing on bookmark page
|
- Fix bug #3393951: Logo images missing on bookmark page
|
||||||
- Fix bug #3388219: Incorrect URL when cancelling tag2tag-actions
|
- 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
|
0.98.3 - 2011-08-09
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
$httpContentType = 'text/xml';
|
$httpContentType = 'text/xml';
|
||||||
require_once '../www-header.php';
|
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/">
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
||||||
<ShortName><?php echo $GLOBALS['sitename']?></ShortName>
|
<ShortName><?php echo $GLOBALS['sitename']?></ShortName>
|
||||||
<LongName></LongName>
|
<LongName></LongName>
|
||||||
|
Loading…
Reference in New Issue
Block a user