aboutsummaryrefslogtreecommitdiff
path: root/views/xml/xml-rpc/output.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/xml/xml-rpc/output.php')
-rw-r--r--views/xml/xml-rpc/output.php23
1 files changed, 11 insertions, 12 deletions
diff --git a/views/xml/xml-rpc/output.php b/views/xml/xml-rpc/output.php
index 31c888c3c..d3ea5bc97 100644
--- a/views/xml/xml-rpc/output.php
+++ b/views/xml/xml-rpc/output.php
@@ -1,14 +1,13 @@
<?php
- /**
- * Elgg XML output for XML-RPC
- *
- * @package Elgg
- * @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
- */
+/**
+ * Elgg XML output for XML-RPC
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ */
- $result = $vars['result'];
-
- echo "$result";
-?> \ No newline at end of file
+$result = $vars['result'];
+
+echo "$result"; \ No newline at end of file