Index: branches/5.1.x/core/units/selectors/selectors_item.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/units/selectors/selectors_item.php (.../selectors_item.php) (revision 12127) +++ branches/5.1.x/core/units/selectors/selectors_item.php (.../selectors_item.php) (revision 12657) @@ -1,6 +1,6 @@ '); - - class SelectorsItem extends kDBItem - { + + class SelectorsItem extends kDBItem { + /** * Returns compiled selector for inserting into css file * @@ -30,7 +32,7 @@ $ret .= $separator."}\n"; return $ret; } - + function CompileStyleBody($separator) { $ret = ''; @@ -43,14 +45,14 @@ $ret .= "\t$property_name: $property_value;".$separator; } } - + $advanced_css = $this->GetDBField('AdvancedCSS'); if($separator != "\n") $advanced_css = str_replace("\n",$separator,$advanced_css); $ret .= $advanced_css; - + return $ret; } - + /** * Resets all block style attributes to it's base style * @@ -63,5 +65,5 @@ $this->Update(); } } - } -?> \ No newline at end of file + + } \ No newline at end of file