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