diff --git a/neomi.py b/neomi.py index 8ca2ae2..430f835 100644 --- a/neomi.py +++ b/neomi.py @@ -30,6 +30,7 @@ default_config.hurl_redirect_page = """ Redirecting to __escaped_url__ +

Your gopher client doesn't support the hURL specification. If you are not redirected after 2s, click the link.

@@ -569,7 +570,7 @@ def send_gophermap(sock, reader, protocol, *, config): elif protocol == Protocol.http: # Send header of the HTML file - sock.sendall(b'\nGophermap

\n') + sock.sendall(b'\nGophermap

\n') lines = [] line = bytearray()