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

Unified Diff: chrome/browser/resources/about_stats.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/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>

Powered by Google App Engine
This is Rietveld 408576698