Index: chrome/browser/resources/about_stats.html |
diff --git a/chrome/browser/resources/about_stats.html b/chrome/browser/resources/about_stats.html |
index 5f8c9a5dada2f2f2acc6f7c2e77a9733ee96f603..499c199c96cceda591b93238da48775d0c9f6022 100644 |
--- a/chrome/browser/resources/about_stats.html |
+++ b/chrome/browser/resources/about_stats.html |
@@ -78,7 +78,7 @@ h2 { |
<br>Filter: <input id="filter" type="text" value=""> |
</div> |
<h1 class="lower">About Stats</h1> |
- <h2>Shhh! This page is secret!</h2><br/> |
+ <h2>Shhh! This page is secret!</h2><br> |
<table class="details" cellspacing="0" cellpadding="0" border="0"> |
<tbody> |
<tr> |
@@ -102,7 +102,7 @@ h2 { |
</tbody> |
</table> |
</td> |
- <td width="15"/> |
+ <td width="15"></td> |
<td class="outer"> |
<table cellspacing="0" cellpadding="0" border="0"> |
<tbody> |
@@ -128,7 +128,7 @@ h2 { |
</td> |
</tr> |
</tbody> |
- </table><br/> |
+ </table><br> |
<script src="chrome://resources/js/jstemplate_compiled.js"></script> |
</body> |
</html> |