diff --git a/README.markdown b/README.markdown index 7a230e49..ed0b022d 100644 --- a/README.markdown +++ b/README.markdown @@ -283,6 +283,7 @@ template(context, {helpers: helpers, partials: partials, data: data}) Known Issues ------------ * Handlebars.js can be cryptic when there's an error while rendering. +* Using a variable, helper, or partial named `class` causes errors in IE browsers. (Instead, use `className`) Handlebars in the Wild -----------------