[IMP] clear separator

bzr revid: fp@openerp.com-20120717065240-l9cdhc1ti34sqkkr
This commit is contained in:
Fabien Pinckaers 2012-07-17 08:52:40 +02:00
parent 6c524cf107
commit 74bbdf0f6f
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@
</div>
</t>
<t t-name="FormRenderingSeparator">
<div t-attf-class="oe_horizontal_separator #{classnames}">
<div t-attf-class="oe_horizontal_separator oe_clear #{classnames}">
<t t-esc="string"/>
</div>
</t>