cvs: phpweb /include mozopensearch.inc
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1200596810@cvsserver> |
bjori Thu Jan 17 19:06:50 2008 UTC
Modified files:
/phpweb/include mozopensearch.inc
Log:
Fixed bug#43876 (http://us2.php.net/phpnetimprovedsearch.src throws parse error)
http://cvs.php.net/viewvc.cgi/phpweb/include/mozopensearch.inc?r1=1.2&r2=1.3&diff_format=u
Index: phpweb/include/mozopensearch.inc
diff -u phpweb/include/mozopensearch.inc:1.2 phpweb/include/mozopensearch.inc:1.3
--- phpweb/include/mozopensearch.inc:1.2 Fri Dec 21 16:49:06 2007
+++ phpweb/include/mozopensearch.inc Thu Jan 17 19:06:50 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?php echo '<?xml version="1.0"?>'."\n"; ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>PHP.net</ShortName>
<Description>PHP.net - Search</Description>