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

Unified Diff: chrome/browser/resources/net_internals/import_view.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/net_internals/import_view.html
diff --git a/chrome/browser/resources/net_internals/import_view.html b/chrome/browser/resources/net_internals/import_view.html
index 0bf1952c81eb1d4c4f31ba4331446bb78855299f..9e0e5d08476dbc5fd3b7d14f89633908aabc222e 100644
--- a/chrome/browser/resources/net_internals/import_view.html
+++ b/chrome/browser/resources/net_internals/import_view.html
@@ -61,7 +61,7 @@
</div>
<div>
<h2>Load data</h2>
- <p><input type=file value="Load log from file" id=import-view-load-log-file /></p>
+ <p><input type=file value="Load log from file" id=import-view-load-log-file></p>
<ul>
<li><b>TIP</b>: Try drag-and-drop into this window!</li>
</ul>

Powered by Google App Engine
This is Rietveld 408576698