Show
Ignore:
Timestamp:
05/09/08 16:52:53 (8 months ago)
Author:
david
Message:

merge [2462:2471/branches/0.11]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/exception/templates/shiny.php

    r2430 r2472  
    556556<?php endif; ?> 
    557557    <p>An exception of type <strong><?php echo get_class($e); ?></strong> was thrown, but did not get caught during the execution of the request. You will find information provided by the exception along with a stack trace below.</p> 
    558 <?php $msg = nl2br(htmlentities($e->getMessage())); ?> 
     558<?php $msg = nl2br(htmlspecialchars($e->getMessage())); ?> 
    559559<?php if($msg != ''): ?> 
    560560    <p id="message"<?php if($svg): ?> class="nice"<?php endif; ?>>