Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix whitespace.
  • Loading branch information
markstory committed Nov 5, 2012
1 parent a60a730 commit f53153b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/XmlView.php
Expand Up @@ -112,7 +112,7 @@ protected function _serialize($serialize) {
$data = array($rootNode => array($serialize => $data));
}
}
return Xml::fromArray($data)->asXML();
return Xml::fromArray($data)->asXML();
}

}

0 comments on commit f53153b

Please sign in to comment.