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

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

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 8 years, 4 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
Index: chrome/browser/resources/incognito_tab.html
diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html
index 9c45c59fc10621ed3353e98e9e4b0d87f1f99826..78b7c20089f3b4a690646e28013810736549ed86 100644
--- a/chrome/browser/resources/incognito_tab.html
+++ b/chrome/browser/resources/incognito_tab.html
@@ -13,7 +13,7 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
<body>
<div class="content"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <img src="shared/images/otr_icon_standalone.png" class="icon" />
+ <img src="shared/images/otr_icon_standalone.png" class="icon">
<span i18n-values=".innerHTML:content"></span>
<div class="extensions-message">
<div class="extension-icon"></div>

Powered by Google App Engine
This is Rietveld 408576698