Changeset 1123
- Timestamp:
- 11/15/2007 07:05:43 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Profiler.php
r1077 r1123 81 81 { 82 82 // Closing body tag was found, insert the profiler data before it 83 Kohana::$output = str_replace('</body>', $view .'</body>', Kohana::$output);83 Kohana::$output = str_replace('</body>', $view->render().'</body>', Kohana::$output); 84 84 } 85 85 else
