Skip to content

Commit

Permalink
Don't escape output
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Dec 23, 2015
1 parent 7a97ebc commit f772702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/emails/website-proposal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li>Website URL: <a href="{{ $data['website_url'] }}">{{ $data['website_url'] }}</a></li>
<li>Message:</li>
</ul>
{{ nl2br($data['message']) }}
{!! nl2br($data['message']) !!}

<p>Reply to this email to contact the person.</p>

Expand Down

0 comments on commit f772702

Please sign in to comment.