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

Unified Diff: chrome/browser/resources/sync_internals/about.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/about.html
diff --git a/chrome/browser/resources/sync_internals/about.html b/chrome/browser/resources/sync_internals/about.html
index 2d9e558979275965af1301843311e11550331226..24c372f12a373d895fed4afbe601688f2576f2f8 100644
--- a/chrome/browser/resources/sync_internals/about.html
+++ b/chrome/browser/resources/sync_internals/about.html
@@ -94,8 +94,8 @@ table.aboutDetails tr.uninitialized {
<h2>Type Info</h2>
<table id="typeInfo">
<tr jsselect="type_status" jsvalues="class:$this.status">
- <td jscontent="name" width=50% />
- <td jscontent="value" width=50% />
+ <td jscontent="name" width=50%></td>
+ <td jscontent="value" width=50%></td>
</tr>
</table>
</div>
@@ -111,8 +111,8 @@ table.aboutDetails tr.uninitialized {
<h2>Actionable Error</h2>
<table id="actionableError">
<tr jsselect="actionable_error">
- <td jscontent="stat_name"/>
- <td jscontent="stat_value"/>
+ <td jscontent="stat_name"></td>
+ <td jscontent="stat_value"></td>
</tr>
</table>
</p>

Powered by Google App Engine
This is Rietveld 408576698