From 7f078ff9f053e6b2eedb44ec0b5819d82d0d77b6 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sat, 17 Oct 2020 22:23:21 +0200
Subject: [PATCH] fixed email link

---
 .idea/workspace.xml | 6 ++++--
 impressum.php       | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3918737..b63d33e 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -20,7 +20,8 @@
   </component>
   <component name="ChangeListManager">
     <list default="true" id="96203431-5b23-4ef4-a731-a73cf5dd800b" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/internal/config.example.php" beforeDir="false" afterPath="$PROJECT_DIR$/internal/config.example.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/impressum.php" beforeDir="false" afterPath="$PROJECT_DIR$/impressum.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -96,7 +97,8 @@
       <workItem from="1602599132329" duration="313000" />
       <workItem from="1602599911536" duration="3399000" />
       <workItem from="1602960955994" duration="1962000" />
-      <workItem from="1602966012124" duration="40000" />
+      <workItem from="1602966012124" duration="57000" />
+      <workItem from="1602966157803" duration="11000" />
     </task>
     <servers />
   </component>
diff --git a/impressum.php b/impressum.php
index 219ebc0..96c826d 100644
--- a/impressum.php
+++ b/impressum.php
@@ -63,7 +63,7 @@ include "internal/config.php";
     <p>Jonas Leder</p>
 
     <h2>Kontakt</h2>
-    E-Mail: <a href="<?php echo $contactmail; ?>"><?php echo $contactmail; ?></a></p>
+    E-Mail: <a href="mailto:<?php echo $contactmail; ?>"><?php echo $contactmail; ?></a></p>
 
     <h2>Verantwortlich f&uuml;r den Inhalt nach &sect; 55 Abs. 2 RStV</h2>
     <p>Jonas Leder</p>
-- 
GitLab