@@ -43,11 +43,11 @@ |
||
43 | 43 | $functionSet->setElement($element[0]); |
44 | 44 | |
45 | 45 | $attributes = array(); |
46 | - foreach($element[0]->attributes as $attribute_name => $attribute_node) { |
|
47 | - $attributes[$attribute_name] = $attribute_node->nodeValue; |
|
48 | - } |
|
46 | + foreach($element[0]->attributes as $attribute_name => $attribute_node) { |
|
47 | + $attributes[$attribute_name] = $attribute_node->nodeValue; |
|
48 | + } |
|
49 | 49 | |
50 | - $parser = new \Transphporm\Parser\Value($functionSet, true); |
|
50 | + $parser = new \Transphporm\Parser\Value($functionSet, true); |
|
51 | 51 | $return = $parser->parseTokens($attr, $attributes); |
52 | 52 | |
53 | 53 | return $return[0] === '' ? false : $return[0]; |