summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xhtml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xhtml.py b/src/xhtml.py
index 517d9b80..01955949 100644
--- a/src/xhtml.py
+++ b/src/xhtml.py
@@ -174,7 +174,7 @@ colors = {
log = logging.getLogger(__name__)
-whitespace_re = re.compile(r'\s')
+whitespace_re = re.compile(r'\s+')
shell_colors_re = re.compile(r'(\[(?:\d+;)*(?:\d+m))')
start_indent_re = re.compile(r'\[0;30m\[0;37m ')
newline_indent_re = re.compile('\n\[0;37m ')