diff --git a/files/routes/posts.py b/files/routes/posts.py index 24a8269ff..d1bae3bf5 100755 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -864,7 +864,7 @@ def submit_post(v): gevent.spawn(archiveorg, new_post.url) # archive other urls in post - url_regex = '([^\"]+)' + url_regex = '([^\"]+)' _body = new_post.body_html print(_body) for url_match in re.finditer(url_regex, _body, flags=re.M|re.I):