Skip to content

Commit

Permalink
Escape / as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Feb 10, 2017
1 parent d00f49e commit 7c77ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blaze/preamble.js
Expand Up @@ -13,6 +13,7 @@ Blaze._escape = (function() {
">": ">",
'"': """,
"'": "'",
"/": "/",
"`": "`", /* IE allows backtick-delimited attributes?? */
"&": "&"
};
Expand Down

0 comments on commit 7c77ad0

Please sign in to comment.