From c01602d919c5fe03772f6dba8b69142679ef391c Mon Sep 17 00:00:00 2001
From: Administrator <admin@common-lisp.net>
Date: Fri, 12 Oct 2018 08:02:41 +0000
Subject: [PATCH] Close SPAN tag

---
 layout/templates/layout_2018.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layout/templates/layout_2018.html b/layout/templates/layout_2018.html
index e0836db..ffb5f83 100644
--- a/layout/templates/layout_2018.html
+++ b/layout/templates/layout_2018.html
@@ -20,7 +20,7 @@
         <span style="border:3px white;display:inline-block;height:36px;width:36px;background:white;border-radius:36px;">
           <img width="30px" height="30px" style="top:3px;left:3px;position:relative"
             src="/static/imgs/lisplogo.png" />
-        <span>
+        </span>
         Common-Lisp.net</a>
         <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
           <span class="navbar-toggler-icon"></span>
-- 
GitLab