aboutsummaryrefslogtreecommitdiff
path: root/views/xml/api
diff options
context:
space:
mode:
Diffstat (limited to 'views/xml/api')
-rw-r--r--views/xml/api/output.php29
1 files changed, 14 insertions, 15 deletions
diff --git a/views/xml/api/output.php b/views/xml/api/output.php
index 07b300073..c2385b6e3 100644
--- a/views/xml/api/output.php
+++ b/views/xml/api/output.php
@@ -1,17 +1,16 @@
<?php
- /**
- * Elgg XML output
- * This outputs the api as XML
- *
- * @package Elgg
- * @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
- *
- */
+/**
+ * Elgg XML output
+ * This outputs the api as XML
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ *
+ */
- $result = $vars['result'];
- $export = $result->export();
-
- echo serialise_object_to_xml($export, "elgg");
-?> \ No newline at end of file
+$result = $vars['result'];
+$export = $result->export();
+
+echo serialise_object_to_xml($export, "elgg"); \ No newline at end of file