diff --git a/resources/views/licenses/view.blade.php b/resources/views/licenses/view.blade.php index e48ab859b..8dcf10caf 100755 --- a/resources/views/licenses/view.blade.php +++ b/resources/views/licenses/view.blade.php @@ -357,7 +357,7 @@
- {!! nl2br(e($license->notes)) !!} + {!! nl2br(Helper::parseEscapedMarkedownInline($license->notes)) !!}
@endif