From ee1bc9715940787a5fdc28f228dc957809695be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Tue, 14 Aug 2018 12:31:01 +0300 Subject: [PATCH] Have a bit of CSS --- neomi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()