@@ -59,7 +59,7 @@ |
||
| 59 | 59 | */ |
| 60 | 60 | public function getHref() |
| 61 | 61 | { |
| 62 | - return empty($this->getTelephone()) ?: 'tel:' . $this->getTelephone(); |
|
| 62 | + return empty($this->getTelephone()) ?: 'tel:'.$this->getTelephone(); |
|
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |