Skip to content

Commit 6347ef9

Browse files
committed
Merge pull request #5 from la2ha/shortOpenTag-bug
Short open tag bug fix
2 parents 554c0c7 + 68f6fdf commit 6347ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/xml.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{!! '<?xml' !!} version="1.0" encoding="UTF-8"?>
1+
{!! '<'.'?xml' !!} version="1.0" encoding="UTF-8"?>
22
<methodCall>
33
<methodName>weblogUpdates.ping</methodName>
44
<params>

0 commit comments

Comments
 (0)