improved error handling of AssetConverter

issue #1140
This commit is contained in:
Carsten Brandt
2013-11-05 12:32:55 +01:00
parent 58589e03bd
commit d4c68522d4
3 changed files with 9 additions and 6 deletions

View File

@@ -359,7 +359,7 @@ pre .diff .change{
}
?></h1>
<?php endif; ?>
<h2><?= $handler->htmlEncode($exception->getMessage()) ?></h2>
<h2><?= nl2br($handler->htmlEncode($exception->getMessage())) ?></h2>
<?= $handler->renderPreviousExceptions($exception) ?>
</div>