Merge pull request #2510 from vector-im/dbkr/ref-is-not-rel

Correct spelling of 'rel'
pull/2513/head
Richard van der Hoff 2016-10-25 14:51:30 +01:00 committed by GitHub
commit 5768f73bbd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default class ChangelogDialog extends React.Component {
_elementsForCommit(commit) {
return (
<li key={commit.sha} className="mx_ChangelogDialog_li">
<a href={commit.html_url} target="_blank" ref="noopener">
<a href={commit.html_url} target="_blank" rel="noopener">
{commit.commit.message}
</a>
</li>