瀏覽代碼

reenabled '

tags/0.4.0
Ben Cherry 15 年之前
父節點
當前提交
158f427837
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      mustache.js

+ 1
- 2
mustache.js 查看文件

@@ -311,8 +311,7 @@ var Mustache = function() {
case "&": return "&";
case "\\": return "\\\\";
case '"': return '"';
// leaving this out temporarily, will need to fix twitter to work with this (good) change
// case "'": return ''';
case "'": return ''';
case "<": return "&lt;";
case ">": return "&gt;";
default: return s;


Loading…
取消
儲存