diff options
Diffstat (limited to '')
-rw-r--r-- | include/template.class.php | 2 |
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; } } |