Skip to content
Snippets Groups Projects

Dev#36620 improve formation widget

Merged efalcy requested to merge dev#36620_improve_formation_widget into WIP
Compare and
+ 1
1
Preferences
Compare changes
@@ -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;
}