diff --git a/files/helpers/regex.py b/files/helpers/regex.py index b1c60514d..0552824c3 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -93,7 +93,7 @@ css_url_regex = re.compile('url\(\s*[\'"]?(.*?)[\'"]?\s*\)', flags=re.I|re.A) procoins_li = (0,2500,5000,10000,25000,50000,100000,250000) -linefeeds_regex = re.compile("([^\n ])\n([^\n])", flags=re.A) +linefeeds_regex = re.compile("([^\n])\n([^\n])", flags=re.A) greentext_regex = re.compile("(\n|^)>([^ >][^\n]*)", flags=re.A)