From 5ac6b7f8dc65f3e6e8f559c2b2ed08998d025f19 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 24 Sep 2011 00:10:16 +0200 Subject: tg --- src/xhtml.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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): """ -- cgit v1.2.3