Changeset 3033 for trunk/system/views/kohana_profiler.php
- Timestamp:
- 07/10/2008 12:27:43 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
r3013 r3033 15 15 font: inherit; 16 16 } 17 #kohana-profiler .kp-meta17 #kohana-profiler p 18 18 { 19 19 margin: 0 0 10px; … … 33 33 } 34 34 ?> 35 <p class="kp-meta">Profiler executed in <?php echo number_format($execution_time, 3) ?>s</p>35 <p>Profiler executed in <?php echo number_format($execution_time, 3) ?>s</p> 36 36 </div>
