Changeset 3034 for trunk/system/views/kohana_profiler.php
- Timestamp:
- 07/10/2008 01:02:53 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/views/kohana_profiler.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/views/kohana_profiler.php
r3033 r3034 15 15 font: inherit; 16 16 } 17 #kohana-profiler p17 #kohana-profiler .kp-meta 18 18 { 19 19 margin: 0 0 10px; … … 33 33 } 34 34 ?> 35 <p >Profiler executed in <?php echo number_format($execution_time, 3) ?>s</p>35 <p class="kp-meta">Profiler executed in <?php echo number_format($execution_time, 3) ?>s</p> 36 36 </div>
