// Fix line feed on address observation

This commit is contained in:
Jerome Nadaud
2013-10-02 09:59:14 +02:00
parent dd79b3c702
commit 43c874e06e
@@ -51,7 +51,7 @@
{if $addresse.phone}{$addresse.phone}<br />{/if}
{if $addresse.phone_mobile}{$addresse.phone_mobile}<br />{/if}
{if $addresse.other}<div ><br />
<i>{$addresse.other}</i></div>
<i>{$addresse.other|nl2br}</i></div>
{/if}
</td>
</tr>