Skip to content

Commit

Permalink
Removed CDATA from <link>
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne authored Jul 7, 2016
1 parent d7d187e commit ddc1103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/feed.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@foreach($items as $item)
<entry>
<title><![CDATA[{{ $item->getFeedItemTitle() }}]]></title>
<![CDATA[<link rel="alternate" href="{{ url($item->getFeedItemLink()) }}" />]]>
<link rel="alternate" href="{{ url($item->getFeedItemLink()) }}" />
<id>{{ url($item->getFeedItemId()) }}</id>
<author>
<name> <![CDATA[{{ $item->getFeedItemAuthor() }}]]></name>
Expand Down

0 comments on commit ddc1103

Please sign in to comment.