Update server.py

This commit is contained in:
Nova Cat 2025-01-13 20:09:50 -08:00
parent b966c62e30
commit f915810025

View file

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