]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - rounds/redirectHTML.go
Easier redirection link selection with the mouse
[tofuproxy.git] / rounds / redirectHTML.go
index 291086df5cd7d368d79ec570ade5c251184cf312..5e507ca9dd9f8818d836c8158428e8c6e668b3ef 100644 (file)
@@ -80,7 +80,7 @@ func RoundRedirectHTML(
                fmt.Sprintf(
                        `<!DOCTYPE html>
 <html><head><title>%d %s: %s redirection</title></head>
-<body>Redirection to <a href="%s">%s</a></body></html>`,
+<body><a href="%s">%s</a></body></html>`,
                        resp.StatusCode, http.StatusText(resp.StatusCode),
                        redirType, location, location,
                )))