@@ -61,7 +61,7 @@ |
||
| 61 | 61 | */ |
| 62 | 62 | public function getHref() |
| 63 | 63 | { |
| 64 | - return empty($this->getEmail()) ? null : 'mailto:' . $this->getEmail(); |
|
| 64 | + return empty($this->getEmail()) ? null : 'mailto:'.$this->getEmail(); |
|
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |