dxw / Fammel

A Haml parsing library for PHP
48 stars 5 forks source link

Some notices #5

Closed ekampp closed 5 years ago

ekampp commented 13 years ago

I just looked through the closed tickets, and found one that precicely describes my problem. Refer to this one (https://github.com/dxw/Fammel/issues/4), for background information.

I'm getting notices from Notice: Uninitialized string offset: 84 in /Users/emil/Sites/haml/tokeniser.class.php on line 237 and Notice: Trying to get property of non-object in /Users/emil/Sites/haml/haml_parser_new.class.php on line 17

You should probably fix this?!

Best regards // Emil