@@ -97,7 +97,7 @@ |
||
| 97 | 97 | * @return string |
| 98 | 98 | */ |
| 99 | 99 | public function render() { |
| 100 | - return '<label>' . static::tag($this->tag, $this->attributes) . $this->label . '</label>'; |
|
| 100 | + return '<label>'.static::tag($this->tag, $this->attributes).$this->label.'</label>'; |
|
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | |