Changeset 2472 for trunk/src/exception/templates/shiny.php
- Timestamp:
- 05/09/08 16:52:53 (8 months ago)
- Files:
-
- 1 modified
-
trunk/src/exception/templates/shiny.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/exception/templates/shiny.php
r2430 r2472 556 556 <?php endif; ?> 557 557 <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(html entities($e->getMessage())); ?>558 <?php $msg = nl2br(htmlspecialchars($e->getMessage())); ?> 559 559 <?php if($msg != ''): ?> 560 560 <p id="message"<?php if($svg): ?> class="nice"<?php endif; ?>>

