This commit is contained in:
dgtlmoon
2025-10-06 19:10:58 +02:00
parent bd3e2dc9c9
commit 1d3cadc773
+1 -1
View File
@@ -224,7 +224,7 @@ def construct_blueprint(datastore: ChangeDetectionStore, update_q, queuedWatchMe
content = diff.render_diff(from_version_file_contents,
to_version_file_contents,
include_equal=True,
html_colour=False,
html_colour=True,
ignore_junk=datastore.data['settings']['application'].get('ignore_whitespace', False),
)