diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-16 21:02:20 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-16 21:02:20 +0000 |
commit | 2b4b4defe64da8b5c3c06bd9a46fe3ea59f1a0c6 (patch) | |
tree | 6e88b61b690a349f02d7972e8371f5d52bd95e26 /template/yoga/header.tpl | |
parent | a1c4955e9b17b020b0f39d0a6929ea7b8d247aea (diff) |
CSS review including Advisor mode
git-svn-id: http://piwigo.org/svn/trunk@2541 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index dc1b6a799..e6e289612 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -61,7 +61,7 @@ {if not empty($header_msgs)} <div class="header_msgs"> {foreach from=$header_msgs item=elt} - <p>{$elt}</p> + {$elt}<br /> {/foreach} </div> {/if} |