We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3092ff + 9b9bedf commit b2b4598Copy full SHA for b2b4598
html/lib/GitX.js
@@ -14,7 +14,7 @@ String.prototype.escapeHTML = function() {
14
};
15
16
String.prototype.unEscapeHTML = function() {
17
- return this.replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>');
+ return this.replace(/</g,'<').replace(/>/g,'>').replace(/&/g,'&');
18
19
20
Element.prototype.toggleDisplay = function() {
0 commit comments