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 e3b8907 commit 7910f72Copy full SHA for 7910f72
resources/views/feed.blade.php
@@ -1,4 +1,4 @@
1
-{{-- Using an echo tag here so the `<? ... ?>` won't get parsed as short tags --}}
+<?php /* Using an echo tag here so the `<? ... ?>` won't get parsed as short tags */ ?>
2
<?= '<?xml version="1.0" encoding="UTF-8" ?>'.PHP_EOL ?>
3
<feed xmlns="http://www.w3.org/2005/Atom">
4
@foreach($meta as $key => $metaItem)
0 commit comments