title attr

pull/21833/head
Matthew Hodgson 2016-01-24 02:01:45 +00:00
parent f15564074c
commit 3da76192a1
1 changed files with 1 additions and 1 deletions

View File

@ -1648,7 +1648,7 @@ module.exports = React.createClass({
else if (!this.state.atBottom) { else if (!this.state.atBottom) {
statusBar = ( statusBar = (
<div className="mx_RoomView_scrollToBottomBar" onClick={ this.scrollToBottom }> <div className="mx_RoomView_scrollToBottomBar" onClick={ this.scrollToBottom }>
<img src="img/scrolldown.svg" width="24" height="24" alt="Scroll to bottom of page"/> <img src="img/scrolldown.svg" width="24" height="24" alt="Scroll to bottom of page" title="Scroll to bottom of page"/>
</div> </div>
); );
} }