Index: chrome/browser/resources/new_new_tab.html |
=================================================================== |
--- chrome/browser/resources/new_new_tab.html (revision 19877) |
+++ chrome/browser/resources/new_new_tab.html (working copy) |
@@ -230,8 +230,8 @@ |
jsdisplay="type == 'tab'" |
jsvalues="href:url; |
title:title; |
- .style.backgroundImage:'url(chrome://favicon/' + url + |
- ')'; |
+ .style.backgroundImage:'url("chrome://favicon/' + |
+ url + '")'; |
dir:direction; |
.sessionId:sessionId" |
jscontent="title"></a> |
@@ -260,8 +260,8 @@ |
<a class="item" jsselect="$this" |
jsdisplay="state != 'CANCELLED'" |
jsvalues="href:file_path;title:url; |
- .style.backgroundImage:'url(chrome://fileicon/' + |
- file_path + ')'; |
+ .style.backgroundImage:'url("chrome://fileicon/' + |
+ file_path + '")'; |
dir:direction; |
.fileId:id" |
jscontent="file_name"></a> |
@@ -301,7 +301,8 @@ |
<div jsskip="true"> |
<div class="window-menu" id="window-menu"> |
<span class="item" jsselect="$this" |
- jsvalues=".style.backgroundImage:'url(chrome://favicon/' + url + ')'; |
+ jsvalues=".style.backgroundImage:'url("chrome://favicon/' + url + |
+ '")'; |
dir:direction;" |
jscontent="title"></span> |
</div> |