Open alystair opened 4 years ago
To reproduce:
$foo = @r('works'); $bar = @r('oh no'); echo $bar;
Interestingly if you echo $foo out first, both render ok...
To reproduce:
Interestingly if you echo $foo out first, both render ok...