From 376045b401b52e104b4a8a293b34dfbb5384d2d2 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Wed, 19 Jun 2013 00:09:02 -0600 Subject: [PATCH] Fix dangerouslySetInnerHTML --- docs/docs/jsx-is-not-html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/jsx-is-not-html.md b/docs/docs/jsx-is-not-html.md index 084c97197b..b248c2c9f2 100644 --- a/docs/docs/jsx-is-not-html.md +++ b/docs/docs/jsx-is-not-html.md @@ -55,7 +55,7 @@ You can use mixed arrays with strings and JSX elements. As a last resort, you always have the ability to insert raw HTML. ```javascript -
+
``` ## Comments