diff --git a/zephyr/lib/html_diff.py b/zephyr/lib/html_diff.py index fb4f869260..c7577ce674 100644 --- a/zephyr/lib/html_diff.py +++ b/zephyr/lib/html_diff.py @@ -36,7 +36,7 @@ def chunkize(text, in_tag): if start != idx: chunks.append(('tag' if in_tag else 'text', text[start:idx])) return chunks, in_tag - + def highlight_chunks(chunks, highlight_func): retval = '' for type, text in chunks: