artlantis / phamlp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haml 3.2 - Suggested enhancement and bug fix

GoogleCodeExporter opened this issue · comments

HamlParser.php:807 - Enhancement: Allow using already existing filter classes

if (!class_exists($filterclass)) {
// wrap lines 807-823
}

HamlParser.php:1201 - Bug:

1201: $child = $this->parseContent($line);
1044:   private function parseContent($line, $parent) {



Original issue reported on code.google.com by uni...@gmail.com on 28 May 2013 at 5:41