We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944faf5 commit 60545b6Copy full SHA for 60545b6
src/Core/ViewHelper/AbstractTagBasedViewHelper.php
@@ -88,6 +88,9 @@ public function initializeArguments()
88
public function initialize()
89
{
90
parent::initialize();
91
+ $this->tag->reset();
92
+ $this->tag->setTagName($this->tagName);
93
+
94
if ($this->hasArgument('additionalAttributes') && is_array($this->arguments['additionalAttributes'])) {
95
$this->tag->addAttributes($this->arguments['additionalAttributes']);
96
}
0 commit comments