| Index: chrome/browser/resources/downloads.html
|
| ===================================================================
|
| --- chrome/browser/resources/downloads.html (revision 26113)
|
| +++ chrome/browser/resources/downloads.html (working copy)
|
| @@ -260,7 +260,7 @@
|
| */
|
| Downloads.prototype.updateSummary = function() {
|
| if (this.searchText_) {
|
| - this.summary_.innerHTML = localStrings.formatString(
|
| + this.summary_.textContent = localStrings.formatString(
|
| 'searchresultsfor', this.searchText_);
|
| } else {
|
| this.summary_.innerHTML = localStrings.getString('downloads');
|
|
|