fdsfsd
This commit is contained in:
parent
90b6482e57
commit
fe551f0700
15 changed files with 132 additions and 14 deletions
|
@ -316,6 +316,7 @@ class Comment(Base):
|
|||
url_noquery = url.split('?')[0]
|
||||
body = body.replace(url, f"{url_noquery}?{urlencode(p, True)}")
|
||||
|
||||
if self.author.sig_html: return body + '<hr>' + self.author.sig_html
|
||||
return body
|
||||
|
||||
def plainbody(self, v):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue