From 43c874e06e71b9be3a3b00f5c810f41ef92838f1 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 2 Oct 2013 09:59:14 +0200 Subject: [PATCH] // Fix line feed on address observation --- .../template/controllers/manufacturers/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/manufacturers/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/manufacturers/helpers/view/view.tpl index f44c95802..96021a35d 100644 --- a/admin-dev/themes/default/template/controllers/manufacturers/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/manufacturers/helpers/view/view.tpl @@ -51,7 +51,7 @@ {if $addresse.phone}{$addresse.phone}
{/if} {if $addresse.phone_mobile}{$addresse.phone_mobile}
{/if} {if $addresse.other}

- {$addresse.other}
+ {$addresse.other|nl2br} {/if}