소스 검색

escape " as ". Closes #58

tags/0.5.0-vsc
Jan Lehnardt 15 년 전
부모
커밋
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;


불러오는 중...
취소
저장