@@ -44,7 +44,7 @@ |
||
| 44 | 44 | $attributes[Html5::ATTR_ROWS] = static::DEFAULT_ROW; |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | - $attributes[Html5::ATTR_NAME] = $name; |
|
| 47 | + $attributes[Html5::ATTR_NAME] = $name; |
|
| 48 | 48 | |
| 49 | 49 | parent::__construct(null, $intents, $attributes, $tag); |
| 50 | 50 | |