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

Unified Diff: chrome/browser/resources/net_internals/proxy_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/proxy_view.html
diff --git a/chrome/browser/resources/net_internals/proxy_view.html b/chrome/browser/resources/net_internals/proxy_view.html
index 3894f5d37806fd1d99b34af26452f43e85baf512..52ac3969a66f0ae59f0fcb1cf831d73bf0f0d4bd 100644
--- a/chrome/browser/resources/net_internals/proxy_view.html
+++ b/chrome/browser/resources/net_internals/proxy_view.html
@@ -12,7 +12,7 @@
<div id=proxy-view-tab-content class=content-box>
<h4>
Current proxy settings
- <input type=button value="Re-apply settings" id=proxy-view-reload-settings class="hide-when-not-capturing"/>
+ <input type=button value="Re-apply settings" id=proxy-view-reload-settings class="hide-when-not-capturing">
</h4>
<table><tr>
@@ -33,7 +33,7 @@
<h4>
Recently failed proxies, marked as bad
- <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hide-when-not-capturing" />
+ <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hide-when-not-capturing">
</h4>
<table class="styled-table">
<thead>

Powered by Google App Engine
This is Rietveld 408576698