From c07fbe71f1f9db386ae14431e0dbee2b4493b38c Mon Sep 17 00:00:00 2001 From: Coogan Date: Tue, 16 Jan 2018 12:37:09 -0600 Subject: [PATCH] swarm: fixed CSS issue in template --- swarm/api/http/templates.go | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go index 43dd96cab9..4f326551e9 100644 --- a/swarm/api/http/templates.go +++ b/swarm/api/http/templates.go @@ -70,7 +70,7 @@ var htmlListTemplate = template.Must(template.New("html-list").Funcs(template.Fu `[1:])) -vvar landingPageTemplate = template.Must(template.New("landing-page").Parse(` +var landingPageTemplate = template.Must(template.New("landingPage").Parse(` @@ -78,19 +78,23 @@ vvar landingPageTemplate = template.Must(template.New("landing-page").Parse(` - - Swarm:: Welcome to Swarm + Swarm :: Welcome to Swarm