Skip to content

Commit

Permalink
Merge pull request #867 from versionpress/866-utf-hellip
Browse files Browse the repository at this point in the history
UTF hellip is not displayed correctly
  • Loading branch information
octopuss committed Apr 6, 2016
2 parents 2a6b9c4 + b4dc088 commit e3473a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Commits/DiffPanel.react.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ export default class DiffPanel extends React.Component<DiffPanelProps, any> {
<table className='chunk-separator' key={'sep' + i}>
<tbody>
<tr className='line'>
<td className='line-left'><span className='hellip'>\u00B7\u00B7\u00B7</span></td>
<td className='line-left'><span className='hellip'>&middot;&middot;&middot;</span></td>
<td className='line-separator' />
<td className='line-right'><span className='hellip'>\u00B7\u00B7\u00B7</span></td>
<td className='line-right'><span className='hellip'>&middot;&middot;&middot;</span></td>
</tr>
<tr className='line'>
<td className='line-left' />
Expand Down

0 comments on commit e3473a4

Please sign in to comment.