aboutsummaryrefslogtreecommitdiff
path: root/views/json/search/entity_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/json/search/entity_list.php')
-rw-r--r--views/json/search/entity_list.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/json/search/entity_list.php b/views/json/search/entity_list.php
index 8712f7134..a948f4895 100644
--- a/views/json/search/entity_list.php
+++ b/views/json/search/entity_list.php
@@ -11,10 +11,10 @@
* @link http://elgg.org/
*/
- $entities = $vars['entities'];
- if (is_array($entities) && sizeof($entities) > 0) {
- foreach($entities as $entity)
- echo elgg_view_entity($entity);
- }
+ $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