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

Unified Diff: chrome/browser/resources/performance_monitor/chart.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/performance_monitor/chart.html
diff --git a/chrome/browser/resources/performance_monitor/chart.html b/chrome/browser/resources/performance_monitor/chart.html
index 193e93a6231f4dfb15b8b23c43b11bb33bfa6edd..1ac46b1f50f2c0656d33ea9f95bda593ec406824 100644
--- a/chrome/browser/resources/performance_monitor/chart.html
+++ b/chrome/browser/resources/performance_monitor/chart.html
@@ -11,7 +11,7 @@ as of 6/2012. -->
<html>
<head>
- <link rel="stylesheet" type="text/css" href="chart.css"/>
+ <link rel="stylesheet" type="text/css" href="chart.css">
</head>
<body>
<div id="choose-block">
@@ -37,7 +37,7 @@ as of 6/2012. -->
</div>
<div id="radio-template" class="radio">
<label>
- <input type="radio" name="time-range"/>
+ <input type="radio" name="time-range">
<span>Change this label</span>
</label>
</div>

Powered by Google App Engine
This is Rietveld 408576698