Show
Ignore:
Timestamp:
07/23/2007 09:05:56 PM (18 months ago)
Author:
xue
Message:

removed geshi from the other controls.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Util/TVarDumper.php

    r1980 r2065  
    5151                if($highlight) 
    5252                { 
    53                         Prado::using('System.3rdParty.geshi.geshi'); 
    54                         $geshi = new GeSHi(self::$_output, 'vardump'); 
    55                         return $geshi->parse_code(); 
     53                        $result=highlight_string("<?php\n".self::$_output,true); 
     54                        return preg_replace('/&lt;\\?php<br \\/>/','',$result,1); 
    5655                } 
    5756                else