Skip to content

Commit fc4c005

Browse files
Fixed tests
1 parent 1547c6a commit fc4c005

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
@@ -1,5 +1,5 @@
11
{{-- Using an echo tag here so the `<? ... ?>` won't get parsed as short tags --}}
2-
<?= '<?xml version="1.0" encoding="UTF-8" ?>' ?>
2+
<?= '<?xml version="1.0" encoding="UTF-8" ?>'.PHP_EOL ?>
33
<feed xmlns="http://www.w3.org/2005/Atom">
44
@foreach($meta as $key => $metaItem)
55
@if($key === 'link')

0 commit comments

Comments
 (0)