Merge pull request #110 from vjeux/patch-1

Fix dangerouslySetInnerHTML
This commit is contained in:
petehunt
2013-06-18 23:13:58 -07:00
+1 -1
View File
@@ -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
<div dangerouslySetInnerHTML={{__html: 'First &middot; Second'}} />
<div dangerouslySetInnerHTML={{'{{'}}__html: 'First &middot; Second'}} />
```
## Comments