diff --git a/frontend/webserver.go b/frontend/webserver.go index b54aed9..5d725c2 100644 --- a/frontend/webserver.go +++ b/frontend/webserver.go @@ -90,7 +90,7 @@ func webBackendCommunicator(endpoint string, command string) func(w http.Respons if (command == "generic") && !(urlCommands == "memory" || urlCommands == "status") { renderPageTemplate(w, r, " - "+html.EscapeString(endpoint+" show "+urlCommands), - "

'show "+urlCommands+"' not supported

") + template.HTML("

'show "+urlCommands+"' not supported

")) return }