Index: chrome/browser/resources/chromeos/about_sys.html |
diff --git a/chrome/browser/resources/chromeos/about_sys.html b/chrome/browser/resources/chromeos/about_sys.html |
index 4626fe9810484094a4a4f597eb7f23e3e02c75ef..392bd3664606ebdc0ec83f226169d6ce6123208f 100644 |
--- a/chrome/browser/resources/chromeos/about_sys.html |
+++ b/chrome/browser/resources/chromeos/about_sys.html |
@@ -22,8 +22,7 @@ |
<p id="status"></p> |
<table class="list" id="details"> |
<tr jsselect="details"> |
- <td class="name"<div |
- jscontent="statName"></div></td> |
+ <td class="name"><div jscontent="statName"></div></td> |
<td class="button-cell"><button jsvalues="id:statName + '-value-btn'" |
class="expand-status"></button></td> |
<td class="number"><div class="stat-value" jscontent="statValue" |