Index: chrome/browser/resources/sync_internals/notifications.html |
diff --git a/chrome/browser/resources/sync_internals/notifications.html b/chrome/browser/resources/sync_internals/notifications.html |
index 8cd683ea4734b2c19e0a7b0a5a8eb0318d9a5108..652fcd85c558521b485f6bf0e7ad04916a228c58 100644 |
--- a/chrome/browser/resources/sync_internals/notifications.html |
+++ b/chrome/browser/resources/sync_internals/notifications.html |
@@ -17,9 +17,9 @@ table#notificationInfo tr:nth-child(odd) { |
<th>Payload</th> |
</tr> |
<tr jsselect='notifications'> |
- <td jscontent='type'/> |
- <td jscontent='totalCount'/> |
- <td jscontent='sessionCount'/> |
- <td jscontent='payload'/> |
+ <td jscontent='type'></td> |
+ <td jscontent='totalCount'></td> |
+ <td jscontent='sessionCount'></td> |
+ <td jscontent='payload'></td> |
</tr> |
</table> |