Explorar el Código

escape " as ". Closes #58

tags/0.5.0-vsc
Jan Lehnardt hace 15 años
padre
commit
d8f25f82bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Ver fichero

@@ -248,7 +248,7 @@ var Mustache = function() {
switch(s) {
case "&": return "&";
case "\\": return "\\\\";
case '"': return '\"';
case '"': return '"';
case "<": return "&lt;";
case ">": return "&gt;";
default: return s;


Cargando…
Cancelar
Guardar