| 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>
|
|
|