File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -446,11 +446,11 @@ protected function getNamespacedXmlSource()
446446 protected function getNamespacedArray ()
447447 {
448448 return array (
449- '@xmlns ' => 'http://www.w3.org/2005/Atom ' ,
450- '@xmlns:app ' => 'http://www.w3.org/2007/app ' ,
449+ '@xmlns ' => 'http://www.w3.org/2005/Atom ' ,
450+ '@xmlns:app ' => 'http://www.w3.org/2007/app ' ,
451451 '@xmlns:media ' => 'http://search.yahoo.com/mrss/ ' ,
452- '@xmlns:gd ' => 'http://schemas.google.com/g/2005 ' ,
453- '@xmlns:yt ' => 'http://gdata.youtube.com/schemas/2007 ' ,
452+ '@xmlns:gd ' => 'http://schemas.google.com/g/2005 ' ,
453+ '@xmlns:yt ' => 'http://gdata.youtube.com/schemas/2007 ' ,
454454 'qux ' => "1 " ,
455455 'app:foo ' => "foo " ,
456456 'yt:bar ' => array ("a " , "b " ),
@@ -469,7 +469,7 @@ protected function getNamespacedArray()
469469 'Barry ' => array (
470470 '@size ' => 'large ' ,
471471 'FooBar ' => array (
472- 'Baz ' => 'Ed ' ,
472+ 'Baz ' => 'Ed ' ,
473473 '@gd:id ' => 1 ,
474474 ),
475475 ),
You can’t perform that action at this time.
0 commit comments