From 7ee2cff811185cf2faca7aec6e9f703945a7f93c Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 24 Jan 2012 19:36:54 +0000 Subject: bugfix prev commit git-svn-id: http://piwigo.org/svn/trunk@12955 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/template.class.php') diff --git a/include/template.class.php b/include/template.class.php index 10556a361..9e06b5d2d 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -475,7 +475,7 @@ class Template { $rep = "\n".implode( "\n", $this->html_head_elements ); if (strlen($this->html_style)) { - $rep=''; + $rep.=''; } $this->output = substr_replace( $this->output, $rep, $pos, 0 ); } //else maybe error or warning ? -- cgit v1.2.3