dillon1000/react
Commit
Browse files Don't double-escape style names
Previously we were escaping both in createMarkupForStyles and then in createMarkupForProperty; now we escape only in the latter (otherwise the hypothetical style name `b&ckground` would become `b&ckground`). Test Plan: grunt fasttest
Changed paths2 files
First-parent comparisonsrc/browser/ui/__tests__/ReactDOMComponent-test.js ModifiedM src/browser/ui/dom/CSSPropertyOperations.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…