Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5827)

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 149163: A couple of NNTP bug fixes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(&quot;chrome://fileicon/' +
+ file_path + '&quot;)';
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(&quot;chrome://favicon/' + url +
+ '&quot;)';
dir:direction;"
jscontent="title"></span>
</div>
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698