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

Unified Diff: chrome/browser/resources/chromeos/notification_icon_link.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/notification_icon_link.html
diff --git a/chrome/browser/resources/chromeos/notification_icon_link.html b/chrome/browser/resources/chromeos/notification_icon_link.html
index 9e75838629227f48de5db41e9fbc44ce0c86f70d..57a7de832a1266ac36e8d1c49e4bc16e93ee16fe 100644
--- a/chrome/browser/resources/chromeos/notification_icon_link.html
+++ b/chrome/browser/resources/chromeos/notification_icon_link.html
@@ -30,7 +30,7 @@
</style>
</head>
<body>
- <div id="icon"><img src="$1" width="32" height="32" /></div>
+ <div id="icon"><img src="$1" width="32" height="32"></div>
<div id="title">$2</div>
<div id="description">$3</div>
<div id="link"><a href="" onclick="chrome.send('link')">$6</a></div>

Powered by Google App Engine
This is Rietveld 408576698