summaryrefslogtreecommitdiff
path: root/creole/html_tools/text_tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'creole/html_tools/text_tools.py')
-rw-r--r--creole/html_tools/text_tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/creole/html_tools/text_tools.py b/creole/html_tools/text_tools.py
index 16487a5..5b52719 100644
--- a/creole/html_tools/text_tools.py
+++ b/creole/html_tools/text_tools.py
@@ -14,6 +14,7 @@
import re
+
space_re = re.compile(r"^(\s*)(.*?)(\s*)$", re.DOTALL)