aboutsummaryrefslogtreecommitdiff
path: root/views/default/widgets/admin_welcome/content.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/widgets/admin_welcome/content.php')
-rw-r--r--views/default/widgets/admin_welcome/content.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/widgets/admin_welcome/content.php b/views/default/widgets/admin_welcome/content.php
index 6a9a92e27..f4b92ea66 100644
--- a/views/default/widgets/admin_welcome/content.php
+++ b/views/default/widgets/admin_welcome/content.php
@@ -12,6 +12,8 @@ $sections = array(
// don't use longtext because it filters output.
// that's annoying.
+echo '<div class="elgg-output">';
foreach ($sections as $section => $strings) {
echo '<p>' . elgg_echo("admin:widget:admin_welcome:$section", $strings) . '</p>';
-} \ No newline at end of file
+}
+echo '</div>'; \ No newline at end of file