bugfix prev commit

git-svn-id: http://piwigo.org/svn/trunk@12955 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2012-01-24 19:36:54 +00:00
parent 4372d7aa11
commit 7ee2cff811
+1 -1
View File
@@ -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 ?