Merge branch 'registerdialog'
[speedfreak] / Server / application / views / api / categories.php
index 287fa97..aec137b 100644 (file)
@@ -1,5 +1,5 @@
-<?php echo "<?"; ?>xml version="1.0" encoding="utf-8" <?php echo "?>"; ?>
+<?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?>
 
 <categories>
     <?php foreach ($categories as $k){ ?>   <category description="<?php echo $k->description; ?>" unit="<?php echo $k->unit; ?>"><?php echo $k->slug; ?></category>
-<?php } ?></catgories>
\ No newline at end of file
+<?php } ?></categories>
\ No newline at end of file