Skip to content

Commit

Permalink
IE 7 hates trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
stabbylambda committed Jan 25, 2011
1 parent 65b421e commit ea553b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlebars/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Handlebars.SafeString.prototype.toString = function() {
(function() {
var escape = {
"<": "&lt;",
">": "&gt;",
">": "&gt;"
};

var badChars = /&(?!\w+;)|[<>]/g;
Expand Down

0 comments on commit ea553b5

Please sign in to comment.