forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-31 15:22:50 +02:00
parent f40a716266
commit 3a016fcf0d
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ def submit_post(v):
if url.startswith("https://old.reddit.com/") and '/comments/' in url and '?sort=' not in url: url += "?sort=controversial"
title_html = sanitize(title.replace('_','\_'), linkgen=True, flair=True)
title_html = sanitize(title, linkgen=True, flair=True)
new_post_aux = SubmissionAux(id=new_post.id,
url=url,