Skip to content

Commit 7910f72

Browse files
PHP comment workaround for blade bug
1 parent e3b8907 commit 7910f72

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

0 commit comments

Comments
 (0)