fix xml newline
This commit is contained in:
parent
80f904c5a0
commit
4ee90aa2e5
@ -3,6 +3,8 @@
|
||||
Version 1.6 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fix newline before <?xml tag, thanks to deedw
|
||||
|
||||
* Only do '*' parameter expansion on the first page of search
|
||||
results: http://board.s9y.org/viewtopic.php?f=10&t=14810
|
||||
(onli, Timbalu)
|
||||
|
@ -77,8 +77,7 @@ global $serendipity;
|
||||
}
|
||||
|
||||
// xml-rpc pingback call
|
||||
$query = "
|
||||
<?xml version=\"1.0\"?>
|
||||
$query = "<?xml version=\"1.0\"?>
|
||||
<methodCall>
|
||||
<methodName>pingback.ping</methodName>
|
||||
<params>
|
||||
|
Loading…
x
Reference in New Issue
Block a user