dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit e2b66761bf589aa528389cb9d850d23b35a87644
parent cf9cb4cae3a44edf7e55dcd17d1b79df0e9d31ff
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 22 May 2023 19:39:42 -0700

cleanup

Diffstat:
Mpkg/web/handlers/handlers.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -5002,7 +5002,7 @@ Loop: // Refresh the page to prevent having it growing infinitely bigger if i == 5000 { - _, _ = c.Response().Write([]byte(fmt.Sprintf(`<meta http-equiv="refresh" content="0">`))) + _, _ = c.Response().Write([]byte(`<meta http-equiv="refresh" content="0">`)) } } return nil