Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64b5f98113 | ||
|
|
3bb0760be2 |
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "wsdiff"
|
name = "wsdiff"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
authors = [{name="jaseg", email="code@jaseg.de"}]
|
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."
|
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"
|
requires-python = ">=3.7"
|
||||||
|
|
|
||||||
|
|
@ -515,8 +515,7 @@ DIFF_STYLE_SCRIPT = r'''
|
||||||
document.getElementById('wsd-js-controls').style = 'display: flex';
|
document.getElementById('wsd-js-controls').style = 'display: flex';
|
||||||
'''
|
'''
|
||||||
|
|
||||||
HTML_TEMPLATE = r'''
|
HTML_TEMPLATE = r'''<!DOCTYPE html>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue