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

Unified Diff: chrome/browser/resources/chromeos/about_sys.html

Issue 27028007: Fix a few HTML syntax errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/cros_log_analyzer_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/cros_log_analyzer_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698