We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1547c6a commit fc4c005Copy full SHA for fc4c005
resources/views/feed.blade.php
@@ -1,5 +1,5 @@
1
{{-- Using an echo tag here so the `<? ... ?>` won't get parsed as short tags --}}
2
-<?= '<?xml version="1.0" encoding="UTF-8" ?>' ?>
+<?= '<?xml version="1.0" encoding="UTF-8" ?>'.PHP_EOL ?>
3
<feed xmlns="http://www.w3.org/2005/Atom">
4
@foreach($meta as $key => $metaItem)
5
@if($key === 'link')
0 commit comments