Skip to content
Snippets Groups Projects
Commit c0e50f49 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #14141 add div class clear to wall mode

parent eba0fdd7
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!2061Master,!1954Dev#14141 record availability on search result,!1949Dev#14141 record availability on search result
......@@ -28,7 +28,8 @@ class ZendAfi_View_Helper_ListeNotices_Mur extends ZendAfi_View_Helper_ListeNoti
$notices[] = $this->_notice_mur($notice, $preferences);
return $this->_tag('div',
implode($notices),
implode($notices)
. $this->_tag('div', '', ['class' => 'clear']),
['class' => 'liste_mur']);
}
......
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