@@ -336,8 +336,8 @@ |
||
336 | 336 | foreach ($this->_columns as $column) |
337 | 337 | { |
338 | 338 | $html .= '<td>' . |
339 | - ($column->getRelation() !== null ? $this->_getColumnValueFromRelation($rowModel, $column) : $column->format($attributes[$column->getName()] ?? '')) |
|
340 | - . '</td>'; |
|
339 | + ($column->getRelation() !== null ? $this->_getColumnValueFromRelation($rowModel, $column) : $column->format($attributes[$column->getName()] ?? '')) |
|
340 | + . '</td>'; |
|
341 | 341 | } |
342 | 342 | $html .= '</tr>'; |
343 | 343 |