Skip to content

Commit f33bf03

Browse files
committed
Output product description with rendering tags correctly
1 parent 76f7861 commit f33bf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/product/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class="h-6 w-6 mr-2"
143143
x-collapse.min.120px
144144
class="text-gray-500 wysiwyg-content"
145145
>
146-
{{ $product->description }}
146+
{!! $product->description !!}
147147
</div>
148148
<p class="text-right">
149149
<a

0 commit comments

Comments
 (0)