ソースを参照

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


読み込み中…
キャンセル
保存