TomFrost / Hydrogen

Hydrogen is a PHP 5.3+ performance and portability library
http://www.hydrogenphp.com
Other
40 stars 11 forks source link

Bug in Tempate {% for key, value in myarray %} construct #10

Closed gibbonweb closed 13 years ago

gibbonweb commented 13 years ago

the {% for key, value in myarray %} throws an exception if key and value are not separated by a space. i.e. {% for key, value in myarray %} => works fine {% for key,value in myarray %} => throws exception

This is very counter-intuitive and just cost me 15min to figure out ...

Don't have time to fix ist myself atm, just leaving it here fyi and might fix it later if I find the time...

TomFrost commented 13 years ago

Fixed :). Thanks for the suggestion!