diff options
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index e13cc8b..cb984ec 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -241,11 +241,11 @@ logEvent('log start'); <a class="item" jsdisplay="type == 'download'" jsvalues="href:file_path;title:url; - .style.backgroundImage: - 'url(chrome://theme/downloads_favicon)'; dir:direction; .fileId:id" - jscontent="file_name"></a> + jscontent="file_name" + style="background-image: + url(chrome://theme/downloads_favicon)"></a> </div> <a href="chrome://history/" class="item nav" i18n-content="viewfullhistory"></a> |