aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php
index a35b848ef..63133384f 100644
--- a/include/template.class.php
+++ b/include/template.class.php
@@ -527,7 +527,7 @@ class Template {
$content = trim($content);
if ( !empty($content) )
{ // second call
- $this->html_style .= $content;
+ $this->html_style .= "\n".$content;
}
}