Skip to content

Commit 1b87315

Browse files
author
Peter Millard
committed
Built dest files with previous commit
1 parent dbb3e42 commit 1b87315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

angular-diff.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ angular.module('diff', [])
6565
for (n = out.n[i].row + 1; n < out.o.length && !out.o[n].text; n++ ) {
6666
pre += '<del>' + escape(out.o[n]) + oSpace[n] + '</del>';
6767
}
68-
str += ' ' + out.n[i].text + nSpace[i] + pre;
68+
str += ' ' + escape(out.n[i].text) + nSpace[i] + pre;
6969
}
7070
}
7171
}

angular-diff.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.

0 commit comments

Comments
 (0)