diff --git a/frontend/render.go b/frontend/render.go index 018b139..f1af942 100644 --- a/frontend/render.go +++ b/frontend/render.go @@ -148,7 +148,7 @@ func summaryTable(isIPv6 bool, data string, serverName string) string { result += "" } result += "" - result += "" + result += "" } return result diff --git a/frontend/template.go b/frontend/template.go index a008320..3c84484 100644 --- a/frontend/template.go +++ b/frontend/template.go @@ -29,16 +29,14 @@ type tmplArguments struct { var tmpl = template.Must(template.New("tmpl").Parse(` - + - - - - + + + + {{ .Title }} - - diff --git a/frontend/webserver.go b/frontend/webserver.go index bc36594..1dd3ce8 100644 --- a/frontend/webserver.go +++ b/frontend/webserver.go @@ -99,7 +99,10 @@ func webHandlerBGPMap(endpoint string, command string) func(w http.ResponseWrite renderTemplate( w, r, "Bird-lg Go - "+html.EscapeString(endpoint+" "+backendCommand), - ` + +