diff --git a/website.py b/website.py index f30ca78f..fafd6285 100755 --- a/website.py +++ b/website.py @@ -123,7 +123,7 @@ def print_headers(content_type: str) -> None: """ ) - print("
", end="") + print(" ", end="") # assuming this is the result page, any chance of adding rough syntax highlighting? print(res.stdout.decode("utf-8", "replace")) elif "?go" in os.environ.get("REQUEST_URI", ""): print_headers(content_type="text/html") @@ -133,129 +133,170 @@ def print_headers(content_type: str) -> None: """ - + +