From c4ba398677a7096f7c289e8800d3505eb9e5eccf 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() --- 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}