mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Display escaped parsedown note
This commit is contained in:
parent
de5e1ca86b
commit
5bceb5ce52
|
@ -105,8 +105,8 @@
|
|||
</ul>
|
||||
|
||||
@if ($model->note)
|
||||
Notes:
|
||||
<p>{{ $model->getNote() }}
|
||||
Notesd:
|
||||
<p>{!! $model->getNote() !!}
|
||||
</p>
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue