From e20cee5f3e102be48e9be0575c71278178190d48 Mon Sep 17 00:00:00 2001 From: Eric BRECHEMIER Date: Wed, 15 Feb 2012 15:46:24 +0100 Subject: [PATCH] Use ''' instead of ''', which showed in template output Issue observed during the development of familywall.com, in some conditions. For some reason, using ''' instead fixed the issue. --- mustache.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mustache.js b/mustache.js index c912bd9..74a3e73 100644 --- a/mustache.js +++ b/mustache.js @@ -40,7 +40,7 @@ var Mustache = function () { "<": "<", ">": ">", '"': '"', - "'": ''' + "'": ''' }; function escapeHTML(string) { @@ -417,7 +417,7 @@ var Mustache = function () { return({ name: "mustache.js", - version: "0.4.0-dev-familywall", + version: "0.4.1-dev-familywall", /* Turns a template and view into HTML