diff --git a/pyproject.toml b/pyproject.toml index a26ebe3..92d5b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wsdiff" -version = "0.3.1" +version = "0.3.2" authors = [{name="jaseg", email="code@jaseg.de"}] description = "wsdiff is a tool that produces a syntax-highlighted, self-contained, static HTML file that will show a colored, syntax-highlighted diff of two files or folders without external dependencies or javascript." requires-python = ">=3.7" diff --git a/src/wsdiff.py b/src/wsdiff.py index b0cd80b..bf004cc 100644 --- a/src/wsdiff.py +++ b/src/wsdiff.py @@ -515,8 +515,7 @@ DIFF_STYLE_SCRIPT = r''' document.getElementById('wsd-js-controls').style = 'display: flex'; ''' -HTML_TEMPLATE = r''' - +HTML_TEMPLATE = r'''