From 2f6b0e54e05800ef1cbf8198a06064aeddeee269 Mon Sep 17 00:00:00 2001 From: Pelle <etienne.brateau@gmail.com> Date: Fri, 4 Dec 2015 07:54:09 +0100 Subject: [PATCH] bug fix --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index acf1c06..f2f11e4 100644 --- a/index.php +++ b/index.php @@ -13,6 +13,7 @@ require_once 'header.php'; { echo '<a id="login" href="login.php"/>Login</a>'; } + ?> </nav> -- GitLab