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