aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/forum_latest.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/views/default/groups/forum_latest.php')
-rw-r--r--mod/groups/views/default/groups/forum_latest.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/mod/groups/views/default/groups/forum_latest.php b/mod/groups/views/default/groups/forum_latest.php
index 120c17188..8ee3d9aa9 100644
--- a/mod/groups/views/default/groups/forum_latest.php
+++ b/mod/groups/views/default/groups/forum_latest.php
@@ -25,9 +25,10 @@
echo "</div>";
}
- }else{
-
- echo elgg_echo("grouptopic:notcreated");
+ } else {
+ echo "<div class=\"forum_latest\">";
+ echo elgg_echo("grouptopic:notcreated");
+ echo "</div>";
}
?>
<br class="clearfloat" />