summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ba6885f..78c837c 100644
--- a/index.php
+++ b/index.php
@@ -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>';
}