From 0980032b025aca3ce1d7c801eb757229e496b89b Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Wed, 19 Jun 2013 00:09:02 -0600 Subject: [PATCH] Fix dangerouslySetInnerHTML --- docs/jsx-is-not-html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jsx-is-not-html.md b/docs/jsx-is-not-html.md index 084c97197..b248c2c9f 100644 --- a/docs/jsx-is-not-html.md +++ b/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