Update server.py
This commit is contained in:
parent
b966c62e30
commit
f915810025
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue