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

Unified Diff: chrome/browser/resources/chromeos/guest_session_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/chromeos/guest_session_tab.html
diff --git a/chrome/browser/resources/chromeos/guest_session_tab.html b/chrome/browser/resources/chromeos/guest_session_tab.html
index 4eaa4f66a1aa70e4b769c4043a7bb1b964281ca8..07fe5ebdbe5d061cd2b8a95dd6d7dbe1da2ba92d 100644
--- a/chrome/browser/resources/chromeos/guest_session_tab.html
+++ b/chrome/browser/resources/chromeos/guest_session_tab.html
@@ -12,7 +12,7 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
</head>
<body>
<div class="content" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <img src="../shared/images/guest_icon_standalone.png" class="icon" />
+ <img src="../shared/images/guest_icon_standalone.png" class="icon">
<span i18n-values=".innerHTML:content"></span>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698