From 100b6abd24f6cf94e641d803ab3a75e70bda455f Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Thu, 15 Mar 2018 16:02:38 +0100
Subject: [PATCH] fix page title

---
 templates/web/en/index.tt2.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/web/en/index.tt2.html b/templates/web/en/index.tt2.html
index f3b81c0..571c1a6 100644
--- a/templates/web/en/index.tt2.html
+++ b/templates/web/en/index.tt2.html
@@ -28,7 +28,7 @@
                 <a href="http://www.edugain.org" title="eduGAIN home page" target="_blank" class="float-left"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png"/></a>
                 <a href="http://www.geant.net" title="Geant home page" target="_blank" class="float-right"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a>
             </div>
-            <h1>[% app.url %]eduGAIN Access Check</a></h1>
+            <h1><a href="[% app.url %]">eduGAIN Access Check</a></h1>
         </header>
 
         <main>
-- 
GitLab