소스 검색

remove the backslash escaping

tags/0.4.0
Ben Cherry 15 년 전
부모
커밋
9110fe0061
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js 파일 보기

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


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