Skip to content
Snippets Groups Projects
Commit 6c2014ff authored by efalcy's avatar efalcy
Browse files

dev #36620 : boite formation : remove one level of ul in display bloc

parent ee7379b1
6 merge requests!1553Master,!1519Master,!1506Master,!1502Master,!1451Dev#36620 improve formation widget,!1446Dev#36620 improve formation widget
......@@ -35,7 +35,7 @@ class ZendAfi_View_Helper_RenderFormationsByGroup extends ZendAfi_View_Helper_Ba
public function display_no_group($formations, $preferences) {
$html= $this->view->renderFormations($formations, $this->_getDisplayMode($preferences));
return $this->view->tag('ul', $html);
return $html;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment