@@ -83,7 +83,7 @@ |
||
83 | 83 | if (empty($attributeValue)) |
84 | 84 | return; |
85 | 85 | if ($attributeName === 'title') { |
86 | - $mainElement[0]=$attributeValue; |
|
86 | + $mainElement[0] = $attributeValue; |
|
87 | 87 | } elseif (substr($attributeName, 0, 1) === '_') { |
88 | 88 | $mainElement->addAttribute(substr($attributeName, 1), $attributeValue); |
89 | 89 | } else { |