瀏覽代碼

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


Loading…
取消
儲存