Skip to content

Commit d765976

Browse files
committed
Changed allow html for library description
1 parent 488f6a3 commit d765976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/particles/library-section.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a href="#{{ $section->slug() }}" class="link-body-emphasis text-decoration-none">{{ $section->title() }}</a>
1212
</h5>
1313
<p class="mb-0">
14-
{{ $section->description() }}
14+
{!! $section->description() !!}
1515
</p>
1616
</div>
1717
<div class="col-xl-8 position-sticky top-0">

0 commit comments

Comments
 (0)