diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-07-25 02:01:36 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-07-25 02:01:36 +0000 |
commit | 73403645808a81425381f43c25e0ea2c92705312 (patch) | |
tree | 83fb73e9a122054f6f4c2e1c44e399572ee13e28 /views/rss/tidypics | |
parent | 791ec4925346cb38ecca9a2f2574b012ab64a88a (diff) | |
download | elgg-73403645808a81425381f43c25e0ea2c92705312.tar.gz elgg-73403645808a81425381f43c25e0ea2c92705312.tar.bz2 |
first go at brining tidypics up to code standards
Diffstat (limited to 'views/rss/tidypics')
-rw-r--r-- | views/rss/tidypics/gallery.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/views/rss/tidypics/gallery.php b/views/rss/tidypics/gallery.php index 2c285fca5..0e90a8c44 100644 --- a/views/rss/tidypics/gallery.php +++ b/views/rss/tidypics/gallery.php @@ -1,7 +1,7 @@ <?php - /** - * Tidypics Listing RSS View - */ +/** + * Tidypics Listing RSS View + */ $context = $vars['context']; $entities = $vars['entities']; @@ -14,5 +14,3 @@ if (is_array($entities) && sizeof($entities) > 0) { echo elgg_view_entity($entity); } } - -?>
\ No newline at end of file |