We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52bb22 commit 29416f4Copy full SHA for 29416f4
1 file changed
src/browser/ui/ReactDOMComponent.js
@@ -216,7 +216,7 @@ ReactDOMComponent.Mixin = {
216
assertValidProps(this, this._currentElement.props);
217
var tagOpen = this._createOpenTagMarkupAndPutListeners(transaction);
218
var tagContent = this._createContentMarkup(transaction, context);
219
- if(!tagContent && omittedCloseTags[this._tag]){
+ if (!tagContent && omittedCloseTags[this._tag]) {
220
return tagOpen + '/>';
221
}
222
return tagOpen + '>' + tagContent + '</' + this._tag + '>';
0 commit comments