Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Apr 18, 2016
1 parent 0d1b471 commit 90ce5c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/ui/foldable.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ class Foldable extends React.Component {

<div ref="foldable-content" style={ folderContentStyle }
dangerouslySetInnerHTML={ { __html: highlight(content) } }
></div>
>
</div>
</div>
);
}
Expand Down

0 comments on commit 90ce5c4

Please sign in to comment.