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…
Откажи
Сачувај