small pixel drawing of a pufferfish vore

remove erroneous ToLower messing things up
Jes Olson j3s@c3f.net
Wed, 22 Mar 2023 17:59:30 -0700
commit

910a710c3d8e7e929540f725fe81db99d4e9c594

parent

3561955c6ce1b7920433d1456c919da940b9c5f6

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M site.gosite.go

@@ -157,7 +157,6 @@ // validate user input

var validatedURLs []string for _, inputURL := range strings.Split(r.FormValue("submit"), "\r\n") { inputURL = strings.TrimSpace(inputURL) - inputURL = strings.ToLower(inputURL) if inputURL == "" { continue }