pull/21833/head
Kegan Dougal 2017-06-08 14:58:54 +01:00
parent f2efdf8a4f
commit 9baaf5499f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export default React.createClass({
<p> <p>
{_tJsx( {_tJsx(
"Otherwise, <a>click here</a> to send a bug report.", "Otherwise, <a>click here</a> to send a bug report.",
/<a>(.*?)<\/a>/, (sub) => <a onClick={this._sendBugReport} key="bugreport" href='#'>{sub}</a> /<a>(.*?)<\/a>/, (sub) => <a onClick={this._sendBugReport} key="bugreport" href='#'>{sub}</a>,
)} )}
</p> </p>
); );