Update server.py

This commit is contained in:
Nova Cat 2025-01-13 22:07:43 -08:00
parent 18c93e22e9
commit f4aef49b1b

View file

@ -140,6 +140,7 @@ def relay():
comment = goto
else:
comment = " ".join(temp.split(" ")[1:])
goto = quote(goto, safe='')
code += f"<p title=\"{extracomment}\"><a href=\"{goto}\">{comment} {extra}</a></p>\n"
elif i[0:2] == "> ":
code += f"<p class='greentext'>{i}</p>\n"