diff options
Diffstat (limited to 'views/rss')
-rw-r--r-- | views/rss/search/entity_list.php | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/views/rss/search/entity_list.php b/views/rss/search/entity_list.php index 05e90904f..72c0676ec 100644 --- a/views/rss/search/entity_list.php +++ b/views/rss/search/entity_list.php @@ -1,14 +1,14 @@ -<?php
-/**
- * @package Elgg
- * @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
- */
-
-$entities = $vars['entities'];
-if (is_array($entities) && sizeof($entities) > 0) {
- foreach($entities as $entity) {
- echo elgg_view_entity($entity);
- }
+<?php +/** + * @package Elgg + * @subpackage Core + * @author Curverider Ltd + * @link http://elgg.org/ + */ + +$entities = $vars['entities']; +if (is_array($entities) && sizeof($entities) > 0) { + foreach($entities as $entity) { + echo elgg_view_entity($entity); + } }
\ No newline at end of file |