From beb5ee38e5dc61f8a678c88b6cbc641473aa0287 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 25 Jan 2013 11:28:22 +0000 Subject: 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 --- include/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.2.3