@@ -275,7 +275,7 @@ |
||
275 | 275 | */ |
276 | 276 | public function asXML() |
277 | 277 | { |
278 | - $xml = new SimpleXMLElement('<?xml version="1.0" encoding="UTF-8" ?><item></item>', LIBXML_NOERROR | LIBXML_ERR_NONE | LIBXML_ERR_FATAL); |
|
278 | + $xml = new SimpleXMLElement('<?xml version="1.0" encoding="UTF-8" ?><item></item>', LIBXML_NOERROR|LIBXML_ERR_NONE|LIBXML_ERR_FATAL); |
|
279 | 279 | |
280 | 280 | $xml->addChild('g:id', $this->title, 'http://base.google.com/ns/1.0'); |
281 | 281 | $xml->addChild('g:title', $this->title, 'http://base.google.com/ns/1.0'); |