diff options
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/groups/views/default/groups/profile/widgets.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/mod/groups/views/default/groups/profile/widgets.php b/mod/groups/views/default/groups/profile/widgets.php index caf019a3a..7635cad4f 100644 --- a/mod/groups/views/default/groups/profile/widgets.php +++ b/mod/groups/views/default/groups/profile/widgets.php @@ -6,8 +6,8 @@  */   // tools widget area -echo '<div id="groups-tools" class="elgg-gallery elgg-gallery-fluid mtl clearfix">'; -	 +echo '<ul id="groups-tools" class="elgg-gallery elgg-gallery-fluid mtl clearfix">'; +  // enable tools to extend this area  echo elgg_view("groups/tool_latest", $vars); @@ -20,5 +20,5 @@ if ($right || $left) {  	echo $right;  } -echo "</div>";		  +echo "</ul>"; | 
