Display as raw HTML after escaping and nl2br

This commit is contained in:
Gary Guo 2016-10-23 19:08:06 -04:00
parent 7f34fefd45
commit a1dec16b1e
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@
@if($event->pre_order_display_message)
<div class="well well-small">
{{ nl2br(e($event->pre_order_display_message)) }}
{!! nl2br(e($event->pre_order_display_message)) !!}
</div>
@endif