Skip to content

Commit aa09e7a

Browse files
committed
Merge pull request #2 from urmaul/master
syntax fix
2 parents 3bdceb9 + e60db4d commit aa09e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-cases/document-types/document-utf8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<body>
99
<span>Hello World!</span>
1010
<span>ąśżźć</span>
11-
<a href='<?php foreach($foo as $bar} { print $foo['1'] } ?>'>Attr test</a>
11+
<a href='<?php foreach($foo as $bar) { print $foo['1'] } ?>'>Attr test</a>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)