This commit is contained in:
Rodrigo Fernandes 2019-12-22 17:52:27 +00:00
parent fa3f7851d2
commit 5fe55be6f3
No known key found for this signature in database
GPG key ID: 67157D2E3D4258B4
3 changed files with 5 additions and 5 deletions

6
dist/diff2html.js vendored
View file

@ -4664,9 +4664,9 @@ process.umask = function() { return 0; };
lineClass += ' d2h-code-side-emptyplaceholder';
contentClass += ' d2h-code-side-emptyplaceholder';
type += ' d2h-emptyplaceholder';
}
if (!prefix) {
prefix = ' ';
lineWithoutPrefix = ' ';
} else if (!prefix) {
var lineWithPrefix = printerUtils.separatePrefix(isCombined, content);
prefix = lineWithPrefix.prefix;
lineWithoutPrefix = lineWithPrefix.line;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "diff2html",
"version": "2.12.1",
"version": "2.12.2",
"homepage": "https://diff2html.xyz",
"description": "Fast Diff to colorized HTML",
"keywords": [