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

Unified Diff: chrome/browser/resources/sync_internals/notifications.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/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>

Powered by Google App Engine
This is Rietveld 408576698