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
This commit is contained in:
mistic100
2013-01-25 11:28:22 +00:00
parent e05819e7d8
commit beb5ee38e5
+1 -1
View File
@@ -527,7 +527,7 @@ class Template {
$content = trim($content);
if ( !empty($content) )
{ // second call
$this->html_style .= $content;
$this->html_style .= "\n".$content;
}
}