mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 00:42:20 +02:00
bugfix prev commit
git-svn-id: http://piwigo.org/svn/trunk@12955 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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 ?
|
||||
|
||||
Reference in New Issue
Block a user