Index: branches/unlabeled/unlabeled-1.24.2/core/kernel/parser/template_parser.php =================================================================== diff -u -r5744 -r5745 --- branches/unlabeled/unlabeled-1.24.2/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 5744) +++ branches/unlabeled/unlabeled-1.24.2/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 5745) @@ -171,9 +171,9 @@ } } - $this->CompiledBuffer .= "\t".'$application->PreParsedBlocks[\''.$f_name.'\'] = \''.$real_name.'\';'; + $this->CompiledBuffer .= "\t".'$application->PreParsedBlocks[\''.$f_name.'\'] = \''.$real_name.'\';'."\n"; $this->CompiledBuffer .= 'if (!function_exists(\''.$real_name.'\')) {'."\n"; - $this->CompiledBuffer .= "\n\t".'function '.$real_name.'($params)'."\n\t{\n"; + $this->CompiledBuffer .= "\t".'function '.$real_name.'($params)'."\n\t{\n"; $this->CompiledBuffer .= $f_body; $this->CompiledBuffer .= "\t}\n\n"; $this->CompiledBuffer .= '}'."\n";