From dfd7ea6f2cb0f49430ed238d04ec295a00bdb331 Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Thu, 26 Mar 2020 13:21:17 +0800 Subject: [PATCH] Remove one unnecessary html element --- frontend/template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/template.go b/frontend/template.go index e3786a5..79a23ae 100644 --- a/frontend/template.go +++ b/frontend/template.go @@ -158,7 +158,6 @@ func templateHeader(w http.ResponseWriter, r *http.Request, title string) { func templateFooter(w http.ResponseWriter) { w.Write([]byte(` -
`))