mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-06 19:49:12 -04:00
Make the generated XML nicely formatted.
This commit is contained in:
@@ -43,6 +43,7 @@ class Atom_Base_Core {
|
||||
|
||||
public function as_xml() {
|
||||
$this->add_children_to_base_element();
|
||||
$this->dom->formatOutput = true;
|
||||
return $this->dom->saveXML();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user