Skip to content

Commit 364343d

Browse files
zachleighfreekmurze
authored andcommitted
Change Blade curly braces in summary tag to unescaped {!! !!}. (spatie#16)
1 parent e64eae8 commit 364343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/feed.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<name> <![CDATA[{{ $item->getFeedItemAuthor() }}]]></name>
2020
</author>
2121
<summary type="html">
22-
<![CDATA[{{ $item->getFeedItemSummary() }}]]>
22+
<![CDATA[{!! $item->getFeedItemSummary() !!}]]>
2323
</summary>
2424
<updated>{{ $item->getFeedItemUpdated()->toAtomString() }}</updated>
2525
</entry>

0 commit comments

Comments
 (0)