Show
Ignore:
Timestamp:
10/21/2007 04:19:03 AM (14 months ago)
Author:
Geert
Message:

Small changes:

  • Kohana::debug_output() applies html::specialchars() now
  • url::site() can now be called without any parameter, handy for links to the homepage
  • All benchmark times in Profiler now always show 4 decimals
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/views/kohana_profiler.php

    r860 r862  
    8383                        <tr<?php echo text::alternate('', ' class="kp-altrow"') ?>> 
    8484                                <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> 
    8686                        </tr> 
    8787<?php