Changeset 2602 for trunk/system/views

Show
Ignore:
Timestamp:
04/29/2008 12:27:50 PM (7 months ago)
Author:
Geert
Message:

Fixed #581

Location:
trunk/system/views
Files:
2 modified

Legend:

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

    r2548 r2602  
    1111<div id="framework_error" style="width:24em;margin:50px auto;"> 
    1212<h3><?php echo html::specialchars($error) ?></h3> 
    13 <p style="text-align:center"><?php echo html::specialchars($message) ?></p> 
     13<p style="text-align:center"><?php echo $message ?></p> 
    1414</div> 
    1515</body> 
  • trunk/system/views/kohana_error_page.php

    r2548 r2602  
    1616<p><?php echo Kohana::lang('core.error_file_line', $file, $line) ?></p> 
    1717<?php endif ?> 
    18 <p><code class="block"><?php echo html::specialchars($message) ?></code></p> 
     18<p><code class="block"><?php echo $message ?></code></p> 
    1919<?php if ( ! empty($trace)): ?> 
    2020<h3><?php echo Kohana::lang('core.stack_trace') ?></h3>