From 759e67c64ac28834870bc8395d3fc6e63ce753a1 Mon Sep 17 00:00:00 2001 From: bMancone Date: Tue, 25 Oct 2011 13:20:37 +0000 Subject: [PATCH] // Layout.tpl : added one new line between each AdminController::displayInformation() git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9626 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/layout.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/layout.tpl b/admin-dev/themes/template/layout.tpl index 13b6da34b..3b4093714 100644 --- a/admin-dev/themes/template/layout.tpl +++ b/admin-dev/themes/template/layout.tpl @@ -64,7 +64,7 @@ {if isset($informations) && count($informations) && $informations}
{foreach $informations as $info} - {$info} + {$info}
{/foreach}

{/if}