Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
jan
/
mustache.js
réplica de
https://github.com/janl/mustache.js
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
46
Wiki
Actividad
Explorar el Código
escape " as ".
Closes
#58
tags/0.5.0-vsc
Jan Lehnardt
hace 15 años
padre
0ae99e03ec
commit
d8f25f82bd
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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 "<";
case ">": return ">";
default: return s;
Escribir
Vista previa
Cargando…
Cancelar
Guardar