Remove extra spaces in commands
This commit is contained in:
@@ -43,6 +43,7 @@ func webBackendCommunicator(endpoint string, command string) func(w http.Respons
|
||||
} else {
|
||||
backendCommand = backendCommandPrimitive
|
||||
}
|
||||
backendCommand = strings.TrimSpace(backendCommand)
|
||||
|
||||
templateHeader(w, r, "Bird-lg Go - "+html.EscapeString(endpoint+" "+backendCommand))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user