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()
446
446
protected function getNamespacedArray ()
447
447
{
448
448
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 ' ,
451
451
'@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 ' ,
454
454
'qux ' => "1 " ,
455
455
'app:foo ' => "foo " ,
456
456
'yt:bar ' => array ("a " , "b " ),
@@ -469,7 +469,7 @@ protected function getNamespacedArray()
469
469
'Barry ' => array (
470
470
'@size ' => 'large ' ,
471
471
'FooBar ' => array (
472
- 'Baz ' => 'Ed ' ,
472
+ 'Baz ' => 'Ed ' ,
473
473
'@gd:id ' => 1 ,
474
474
),
475
475
),
You can’t perform that action at this time.
0 commit comments