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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php b/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
index 0cf8643a3..3f79d500a 100644
--- a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
+++ b/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
@@ -9,7 +9,7 @@ $title = elgg_view_title(elgg_echo('reportedcontent'));
$list = elgg_list_entities(array('types' => 'object', 'subtypes' => 'reported_content'));
if (!$list) {
- $list = '<p class="margin_top">' . elgg_echo('reportedcontent:none') . '</p>';
+ $list = '<p class="margin-top">' . elgg_echo('reportedcontent:none') . '</p>';
}
$body = <<<__HTML