diff options
Diffstat (limited to '')
-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} |