Skip to content

Commit

Permalink
v2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Dec 22, 2019
1 parent fa3f785 commit 5fe55be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/diff2html.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion dist/diff2html.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5fe55be

Please sign in to comment.