@@ -47,7 +47,7 @@ |
||
47 | 47 | { |
48 | 48 | $attributes = $this->renderAttributes(); |
49 | 49 | |
50 | - return "<{$this->name}" . ( $attributes ? ' ' . $attributes : '' ) . '>'; |
|
50 | + return "<{$this->name}".($attributes ? ' '.$attributes : '').'>'; |
|
51 | 51 | } |
52 | 52 | |
53 | 53 | /** |