aboutsummaryrefslogtreecommitdiff
path: root/mod/diagnostics/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/diagnostics/index.php')
-rw-r--r--mod/diagnostics/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/diagnostics/index.php b/mod/diagnostics/index.php
index a1e261320..b9aa2e309 100644
--- a/mod/diagnostics/index.php
+++ b/mod/diagnostics/index.php
@@ -18,10 +18,11 @@
$title = elgg_view_title(elgg_echo('diagnostics'));
+ $body .= "<div class=\"contentWrapper\">";
$body .= elgg_echo('diagnostics:description');
$body .= elgg_view('diagnostics/forms/download');
-
+ $body .= "</div>";
page_draw(elgg_echo('diagnostics'),elgg_view_layout("two_column_left_sidebar", '', $title . $body));