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