diff options
Diffstat (limited to 'tests/__init__.py')
-rw-r--r-- | tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index b274b1e..3cc90b7 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -51,7 +51,7 @@ def get_args(file, config): def normalize(text): """ Normalize whitespace for a string of html using tidy. """ - return str(tidy.parseString(text.encode('utf-8', errors='xmlcharrefreplace'), + return str(tidy.parseString(text.encode('utf-8', 'xmlcharrefreplace'), drop_empty_paras=0, fix_backslash=0, fix_bad_comments=0, |