Ignore:
Timestamp:
Jan 24, 2012, 8:36:54 PM (12 years ago)
Author:
rvelices
Message:

bugfix prev commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r12954 r12955  
    476476        if (strlen($this->html_style))
    477477        {
    478           $rep='<style type="text/css">'.$this->html_style.'</style>';
     478          $rep.='<style type="text/css">'.$this->html_style.'</style>';
    479479        }
    480480        $this->output = substr_replace( $this->output, $rep, $pos, 0 );
Note: See TracChangeset for help on using the changeset viewer.