@@ -79,7 +79,7 @@ |
||
79 | 79 | |
80 | 80 | if ($this->node !== null) { |
81 | 81 | if (!($e->hasAttribute($this->node->localName))) { |
82 | - $e->setAttributeNode($this->getNode()); |
|
82 | + $e->setAttributeNode($this->getNode()); |
|
83 | 83 | } |
84 | 84 | } |
85 | 85 |