From: Sergey Matveev Date: Thu, 16 Dec 2021 20:02:55 +0000 (+0300) Subject: Easier redirection link selection with the mouse X-Git-Tag: v0.1.0~39 X-Git-Url: http://www.git.stargrave.org/?p=tofuproxy.git;a=commitdiff_plain;h=99b4cb29d2e97b834f687ee0e1dba34219d83b56 Easier redirection link selection with the mouse --- diff --git a/rounds/gemini.go b/rounds/gemini.go index b3ed320..3c84914 100644 --- a/rounds/gemini.go +++ b/rounds/gemini.go @@ -155,7 +155,7 @@ func RoundGemini( fmt.Sprintf( ` %d (%s) redirection -Redirection to %s`, +%s`, code, codeName, u, u, ))) fifos.LogRedir <- fmt.Sprintf( diff --git a/rounds/redirectHTML.go b/rounds/redirectHTML.go index 291086d..5e507ca 100644 --- a/rounds/redirectHTML.go +++ b/rounds/redirectHTML.go @@ -80,7 +80,7 @@ func RoundRedirectHTML( fmt.Sprintf( ` %d %s: %s redirection -Redirection to %s`, +%s`, resp.StatusCode, http.StatusText(resp.StatusCode), redirType, location, location, )))