Skip to content

Commit

Permalink
Release v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 11, 2017
1 parent 4727367 commit e838a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mocha.js
Expand Up @@ -6031,7 +6031,7 @@ exports.inherits = require('util').inherits;
* @return {string}
*/
exports.escape = function (html) {
return he.encode(String(html), { useNamedReferences: true });
return he.encode(String(html), { useNamedReferences: false });
};

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "3.5.2",
"version": "3.5.3",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down

0 comments on commit e838a77

Please sign in to comment.