Przeglądaj źródła

reenabled '

tags/0.4.0
Ben Cherry 15 lat temu
rodzic
commit
158f427837
1 zmienionych plików z 1 dodań i 2 usunięć
  1. +1
    -2
      mustache.js

+ 1
- 2
mustache.js Wyświetl plik

@@ -311,8 +311,7 @@ var Mustache = function() {
case "&": return "&";
case "\\": return "\\\\";
case '"': return '"';
// leaving this out temporarily, will need to fix twitter to work with this (good) change
// case "'": return ''';
case "'": return ''';
case "<": return "&lt;";
case ">": return "&gt;";
default: return s;


Ładowanie…
Anuluj
Zapisz