artlantis / phamlp

Automatically exported from code.google.com/p/phamlp
0 stars 0 forks source link

Haml 3.2 - Suggested enhancement and bug fix #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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