diff --git a/mustache.js b/mustache.js index 929f397..28bed23 100644 --- a/mustache.js +++ b/mustache.js @@ -40,7 +40,7 @@ var Mustache = function () { "<": "<", ">": ">", '"': '"', - "'": ''' + "'": ''' }; function escapeHTML(string) {