Changeset 862 for trunk/system/views/kohana_profiler.php
- Timestamp:
- 10/21/2007 04:19:03 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/views/kohana_profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/views/kohana_profiler.php
r860 r862 83 83 <tr<?php echo text::alternate('', ' class="kp-altrow"') ?>> 84 84 <td><?php echo $name ?></td> 85 <td class="kp-time"><?php echo $time?></td>85 <td class="kp-time"><?php echo number_format($time, 4) ?></td> 86 86 </tr> 87 87 <?php
