@@ -166,9 +166,9 @@ |
||
166 | 166 | $related = $this->getRelatedField($f); |
167 | 167 | $relation = $instance->$related; |
168 | 168 | $field = $this->getPrimaryField($relation); |
169 | - $output .= '<td>' . $relation->$field . '</td>'; |
|
169 | + $output .= '<td>'.$relation->$field.'</td>'; |
|
170 | 170 | } else { |
171 | - $output .= '<td>' . $instance->$f . '</td>'; |
|
171 | + $output .= '<td>'.$instance->$f.'</td>'; |
|
172 | 172 | } |
173 | 173 | } |
174 | 174 | return $output; |