@@ -319,6 +319,6 @@ |
||
| 319 | 319 | */ |
| 320 | 320 | public function getCompleteAddress() |
| 321 | 321 | { |
| 322 | - return $this->address . "<br>" . $this->zipcode . ' ' . $this->town; |
|
| 322 | + return $this->address."<br>".$this->zipcode.' '.$this->town; |
|
| 323 | 323 | } |
| 324 | 324 | } |