From c2591f428b038b9569c2b950210b1ade4c5aea52 Mon Sep 17 00:00:00 2001 From: Alex Sexton Date: Wed, 11 Apr 2012 21:46:28 -0500 Subject: [PATCH] Adding warning in about using 'class' as a variable name. --- README.markdown | 1 + 1 file changed, 1 insertion(+) 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 -----------------