summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xhtml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xhtml.py b/src/xhtml.py
index deb4c54f..9bb2705d 100644
--- a/src/xhtml.py
+++ b/src/xhtml.py
@@ -174,6 +174,7 @@ colors = {
log = logging.getLogger(__name__)
+whitespace_re = re.compile(r'\s+')
def get_body_from_message_stanza(message):
"""