]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
should be a ul rather than a div
authorCash Costello <cash.costello@gmail.com>
Sun, 13 Nov 2011 21:20:48 +0000 (16:20 -0500)
committerCash Costello <cash.costello@gmail.com>
Sun, 13 Nov 2011 21:20:48 +0000 (16:20 -0500)
mod/groups/views/default/groups/profile/widgets.php

index caf019a3a8b99e78c937daf54b3aa78f8818278a..7635cad4f30dad9f9b7be6304e8b065f3b93bb67 100644 (file)
@@ -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>";