@@ -158,9 +158,9 @@ |
||
| 158 | 158 | foreach ($fields as $f) { |
| 159 | 159 | if ($this->fieldHelper->isIdField($f)) { |
| 160 | 160 | $display = $this->crudApi->getRelatedDisplay($f); |
| 161 | - $output .= '<td>' . $display . '</td>'; |
|
| 161 | + $output .= '<td>'.$display.'</td>'; |
|
| 162 | 162 | } else { |
| 163 | - $output .= '<td>' . $instance->$f . '</td>'; |
|
| 163 | + $output .= '<td>'.$instance->$f.'</td>'; |
|
| 164 | 164 | } |
| 165 | 165 | } |
| 166 | 166 | return $output; |