diff --git a/scour/scour.py b/scour/scour.py index 0112ad1..1f14181 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -3090,7 +3090,10 @@ def scourString(in_string, options=None): # return the string with its XML prolog and surrounding comments if options.strip_xml_prolog == False: - total_output = '\n' + total_output = '\n' else: total_output = ""