aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/views/default/admin/overview/reportedcontent.php')
-rw-r--r--mod/reportedcontent/views/default/admin/overview/reportedcontent.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php b/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
index 9828b10ff..8fba17db0 100644
--- a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
+++ b/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
@@ -1,7 +1,7 @@
<?php
/**
* Elgg Reported content
- *
+ *
* @package ElggReportedContent
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
@@ -13,11 +13,10 @@ $title = elgg_view_title(elgg_echo('reportedcontent'));
$reported = elgg_get_entities(array('types' => 'object', 'subtypes' => 'reported_content', 'limit' => 9999));
$list = elgg_view("reportedcontent/listing", array('entity' => $reported));
-
+
// Display main admin menu
$body = <<<__HTML
$title
-$reported
$list
__HTML;