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

Unified Diff: chrome/browser/resources/net_internals/cros_log_analyzer_view.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
Index: chrome/browser/resources/net_internals/cros_log_analyzer_view.html
diff --git a/chrome/browser/resources/net_internals/cros_log_analyzer_view.html b/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
index 4c18f5c536bd5fc435fd7086f65214f15ff036e8..19c76ffe51b615451c0f1c96f8a6b281273bafe5 100644
--- a/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
+++ b/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
@@ -46,7 +46,7 @@
<label for="checkbox-info">Info</label>
</span>
<span class="cros-log-analyzer-filter-level-block">
- <input type='checkbox' id='checkbox-unknown'checked=true>
+ <input type='checkbox' id='checkbox-unknown' checked=true>
<label for="checkbox-unknown">Unknown</label>
</span>
</div>
« no previous file with comments | « chrome/browser/resources/chromeos/about_sys.html ('k') | chrome/browser/resources/net_internals/cros_log_visualizer_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698