master
Aevann1 2021-10-06 11:38:22 +02:00
parent bed309351f
commit 29aa1c9083
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ def submit_post(v):
body = re.sub('([^\n])\n([^\n])', r'\1\n\n\2', body)
options = []
for i in re.finditer('\s*\$$([^\$\n]+)\$$\s*', body):
for i in re.finditer('\s*\$\$([^\$\n]+)\$\$\s*', body):
options.append(i.group(1))
body = body.replace(i.group(0), "")