Show
Ignore:
Timestamp:
10/05/2007 10:03:04 AM (14 months ago)
Author:
PugFish
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Profiler.php

    r659 r663  
    6666 
    6767                // Add profiler data to the output 
    68                 if (strpos('</body>', Kohana::$output) !== FALSE) 
     68                if (stripos(Kohana::$output, '</body>') !== FALSE) 
    6969                { 
    7070                        // Closing body tag was found, insert the profiler data before it