Fixes #2344
This commit is contained in:
parent
075f8fd021
commit
0ee5dea1a1
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@
|
|||
<tr><td>
|
||||
{{ trans('admin/licenses/form.notes') }}:
|
||||
</td><td>
|
||||
{{ nl2br(e($license->notes)) }}</td></tr>
|
||||
{!! nl2br(e($license->notes)) !!}</td></tr>
|
||||
@endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue