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> |