Przeglądaj źródła

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.
tags/0.4.1
Eric BRECHEMIER 14 lat temu
rodzic
commit
e20cee5f3e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      mustache.js

+ 2
- 2
mustache.js Wyświetl plik

@@ -40,7 +40,7 @@ var Mustache = function () {
"<": "&lt;", "<": "&lt;",
">": "&gt;", ">": "&gt;",
'"': '&quot;', '"': '&quot;',
"'": '&#39;'
"'": '&apos;'
}; };


function escapeHTML(string) { function escapeHTML(string) {
@@ -417,7 +417,7 @@ var Mustache = function () {


return({ return({
name: "mustache.js", name: "mustache.js",
version: "0.4.0-dev-familywall",
version: "0.4.1-dev-familywall",


/* /*
Turns a template and view into HTML Turns a template and view into HTML


Ładowanie…
Anuluj
Zapisz