aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-01-25 11:28:22 +0000
committermistic100 <mistic@piwigo.org>2013-01-25 11:28:22 +0000
commitbeb5ee38e5dc61f8a678c88b6cbc641473aa0287 (patch)
tree407ed70c158704af90737730b41e2f65c4e0667b /include/template.class.php
parente05819e7d869c2e5be616d18eb24b5ae6acd7ca4 (diff)
separate each html_style with a nex line, for source code lisibility
git-svn-id: http://piwigo.org/svn/trunk@20370 68402e56-0260-453c-a942-63ccdbb3a9ee
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;
}
}