artlantis / phamlp

Automatically exported from code.google.com/p/phamlp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patch for /trunk/haml/HamlParser.php

GoogleCodeExporter opened this issue · comments

When using cakephp, I usually get an undefined offset exception when parsing 
haml files. I think the problem comes from the comparison operator in line 518. 
When $i <= $c, $i++ points to an unexisting line.

Original issue reported on code.google.com by bchap...@agimem.com on 28 Jul 2011 at 8:20

Attachments: