Explorar el Código

remove the backslash escaping

tags/0.4.0
Ben Cherry hace 15 años
padre
commit
9110fe0061
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Ver fichero

@@ -291,7 +291,6 @@ var Mustache = function() {
return s.replace(/&(?!\w+;)|["'<>\\]/g, function(s) {
switch(s) {
case "&": return "&amp;";
case "\\": return "\\\\";
case '"': return '&quot;';
case "'": return '&#39;';
case "<": return "&lt;";


Cargando…
Cancelar
Guardar