From 513b01f4973cfe7f7617436276eedf4eaeb07678 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 31 Jul 2014 14:54:38 +0200 Subject: Fix contact mail link. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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 ''. + print ''. htmlentities($this->contact['name']).''; } -- cgit v1.2.3