diff options
Diffstat (limited to 'chrome/browser/resources/history.html')
-rw-r--r-- | chrome/browser/resources/history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html index fbc4122..ec36837 100644 --- a/chrome/browser/resources/history.html +++ b/chrome/browser/resources/history.html @@ -527,7 +527,7 @@ HistoryView.prototype.displayResults_ = function() { HistoryView.prototype.displaySummaryBar_ = function() { var searchText = this.model_.getSearchText(); if (searchText != '') { - this.summaryDiv_.innerHTML = localStrings.formatString('searchresultsfor', + this.summaryDiv_.textContent = localStrings.formatString('searchresultsfor', searchText); } else { this.summaryDiv_.innerHTML = localStrings.getString('history'); |