Merge pull request #5655 from adraeth/patch-1

Correct highlight in tutorial7.js snippet
(cherry picked from commit 55bd203310)
This commit is contained in:
Jim
2015-12-16 09:57:58 -08:00
committed by Paul O’Shannessy
parent 85c09e5507
commit 617cfdd434
+1 -1
View File
@@ -248,7 +248,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,14}
```javascript{3-6,14}
// tutorial7.js
var Comment = React.createClass({
rawMarkup: function() {