Merge branch 'master' of https://github.com/gixug/handlebars.js into gixug-master
This commit is contained in:
@@ -16,7 +16,7 @@ Handlebars.SafeString.prototype.toString = function() {
|
||||
(function() {
|
||||
var escape = {
|
||||
"<": "<",
|
||||
">": ">",
|
||||
">": ">"
|
||||
};
|
||||
|
||||
var badChars = /&(?!\w+;)|[<>]/g;
|
||||
|
||||
Reference in New Issue
Block a user