Skip to content

Commit

Permalink
Merge pull request #2 from urmaul/master
Browse files Browse the repository at this point in the history
syntax fix
  • Loading branch information
electrolinux committed Aug 8, 2014
2 parents 3bdceb9 + e60db4d commit aa09e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-cases/document-types/document-utf8.php
Expand Up @@ -8,6 +8,6 @@
<body>
<span>Hello World!</span>
<span>ąśżźć</span>
<a href='<?php foreach($foo as $bar} { print $foo['1'] } ?>'>Attr test</a>
<a href='<?php foreach($foo as $bar) { print $foo['1'] } ?>'>Attr test</a>
</body>
</html>

0 comments on commit aa09e7a

Please sign in to comment.