aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-01-24 19:36:54 +0000
committerrvelices <rv-github@modusoptimus.com>2012-01-24 19:36:54 +0000
commit7ee2cff811185cf2faca7aec6e9f703945a7f93c (patch)
treee4c0208103f1356b543d2fe831fff25391ecc5ad /include
parent4372d7aa112a2eedb4e3959a87c779984c698e2c (diff)
bugfix prev commit
git-svn-id: http://piwigo.org/svn/trunk@12955 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-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 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='<style type="text/css">'.$this->html_style.'</style>';
+ $rep.='<style type="text/css">'.$this->html_style.'</style>';
}
$this->output = substr_replace( $this->output, $rep, $pos, 0 );
} //else maybe error or warning ?