Display escaped parsedown note

This commit is contained in:
snipe 2016-05-24 10:21:45 -07:00
parent de5e1ca86b
commit 5bceb5ce52

View file

@ -105,8 +105,8 @@
</ul> </ul>
@if ($model->note) @if ($model->note)
Notes: Notesd:
<p>{{ $model->getNote() }} <p>{!! $model->getNote() !!}
</p> </p>
@endif @endif