Changeset 20370


Ignore:
Timestamp:
Jan 25, 2013, 12:28:22 PM (11 years ago)
Author:
mistic100
Message:

separate each html_style with a nex line, for source code lisibility

File:
1 edited

Legend:

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

    r19703 r20370  
    528528    if ( !empty($content) )
    529529    { // second call
    530       $this->html_style .= $content;
     530      $this->html_style .= "\n".$content;
    531531    }
    532532  }
Note: See TracChangeset for help on using the changeset viewer.