@@ -50,7 +50,7 @@ |
||
50 | 50 | * @return ILinkAction |
51 | 51 | */ |
52 | 52 | public function newEMailAction($icon, $name, $email) { |
53 | - return $this->newLinkAction($icon, $name, 'mailto:' . $email); |
|
53 | + return $this->newLinkAction($icon, $name, 'mailto:'.$email); |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | } |