diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ final class LookingGlass { if (isset($this->contact) && !empty($this->contact)) { print 'Contact: '; - print '<a href="mail:'.$this->contact['mail'].'">'. + print '<a href="mailto:'.$this->contact['mail'].'">'. htmlentities($this->contact['name']).'</a>'; } |