Fixed typo
authorArtem Daniliants <artem@daniliants.com>
Fri, 19 Mar 2010 09:51:50 +0000 (11:51 +0200)
committerArtem Daniliants <artem@daniliants.com>
Fri, 19 Mar 2010 09:51:50 +0000 (11:51 +0200)
Server/application/views/api/categories.php

index 287fa97..334f4ea 100644 (file)
@@ -2,4 +2,4 @@
 
 <categories>
     <?php foreach ($categories as $k){ ?>   <category description="<?php echo $k->description; ?>" unit="<?php echo $k->unit; ?>"><?php echo $k->slug; ?></category>
 
 <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