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

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

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/notification_icon.html
diff --git a/chrome/browser/resources/notification_icon.html b/chrome/browser/resources/notification_icon.html
index efbc610030d1be585111c9b877be061faa96ee9b..5cc45a8200b8ae421373e3fa044d57bf9689346d 100644
--- a/chrome/browser/resources/notification_icon.html
+++ b/chrome/browser/resources/notification_icon.html
@@ -25,7 +25,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>
</body>

Powered by Google App Engine
This is Rietveld 408576698