diff --git a/mustache.js b/mustache.js index 8b4ba03..a85afd0 100644 --- a/mustache.js +++ b/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 "<"; case ">": return ">"; default: return s;