Просмотр исходного кода

escape " as ". Closes #58

tags/0.5.0-vsc
Jan Lehnardt 15 лет назад
Родитель
Сommit
d8f25f82bd
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Просмотреть файл

@@ -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;


Загрузка…
Отмена
Сохранить