Compare commits

...

2 commits
v0.3.1 ... main

Author SHA1 Message Date
jaseg
64b5f98113 Bump version to v0.3.2 2025-07-28 11:08:35 +02:00
jaseg
3bb0760be2 Fix leading newline 2025-07-28 11:08:19 +02:00
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -515,8 +515,7 @@ DIFF_STYLE_SCRIPT = r'''
document.getElementById('wsd-js-controls').style = 'display: flex';
'''
HTML_TEMPLATE = r'''
<!DOCTYPE html>
HTML_TEMPLATE = r'''<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">