Skip to content

Commit 5fe55be

Browse files
committed
v2.12.2
1 parent fa3f785 commit 5fe55be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/diff2html.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4664,9 +4664,9 @@ process.umask = function() { return 0; };
46644664
lineClass += ' d2h-code-side-emptyplaceholder';
46654665
contentClass += ' d2h-code-side-emptyplaceholder';
46664666
type += ' d2h-emptyplaceholder';
4667-
}
4668-
4669-
if (!prefix) {
4667+
prefix = ' ';
4668+
lineWithoutPrefix = ' ';
4669+
} else if (!prefix) {
46704670
var lineWithPrefix = printerUtils.separatePrefix(isCombined, content);
46714671
prefix = lineWithPrefix.prefix;
46724672
lineWithoutPrefix = lineWithPrefix.line;

dist/diff2html.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "2.12.1",
3+
"version": "2.12.2",
44
"homepage": "https://diff2html.xyz",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

0 commit comments

Comments
 (0)