diff options
Diffstat (limited to 'views/opendd/search')
-rw-r--r-- | views/opendd/search/entity_list.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/views/opendd/search/entity_list.php b/views/opendd/search/entity_list.php index 3ea06f40f..40b7cc840 100644 --- a/views/opendd/search/entity_list.php +++ b/views/opendd/search/entity_list.php @@ -1,13 +1,13 @@ -<?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 |