Merge pull request #5274 from SpartaSixZero/master

Corrected highlighted line in tutorial example in tutorial7.js
(cherry picked from commit 56c91248fd)
This commit is contained in:
Paul O’Shannessy
2015-10-24 12:19:28 -07:00
parent b5524faa4b
commit e8b5c75c0f
+1 -1
View File
@@ -260,7 +260,7 @@ But there's a problem! Our rendered comments look like this in the browser: "`<p
That's React protecting you from an [XSS attack](https://en.wikipedia.org/wiki/Cross-site_scripting). There's a way to get around it but the framework warns you not to use it:
```javascript{4,10}
```javascript{4,14}
// tutorial7.js
var Comment = React.createClass({
rawMarkup: function() {