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

Unified Diff: chrome/browser/resources/about_memory_linux.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_memory_linux.html
diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html
index 7ac32788b4e46a07e6414de4852a465197f410b7..cc1a2ce719170b039b3b5ba5e170e8f005931fda 100644
--- a/chrome/browser/resources/about_memory_linux.html
+++ b/chrome/browser/resources/about_memory_linux.html
@@ -7,7 +7,7 @@ about:memory template page
<head>
<title>About Memory</title>
<if expr="pp_ifdef('android')">
- <meta name="viewport" content="width=device-width"/>
+ <meta name="viewport" content="width=device-width">
</if>
<link rel="stylesheet" href="shared/css/about_memory.css">
<link rel="stylesheet" href="about_memory_linux.css">
@@ -36,9 +36,9 @@ about:memory template page
<table class='list' id='browserComparison'>
<colgroup>
- <col class='name' />
- <col class='number' />
- <col class='number' />
+ <col class='name'>
+ <col class='number'>
+ <col class='number'>
</colgroup>
<tr class='firstRow doNotFilter'>
<th>
@@ -98,7 +98,7 @@ about:memory template page
I'll show their memory details here.
</div>
- <br /><br /><br />
+ <br><br><br >
<h2>
Processes
@@ -113,10 +113,10 @@ about:memory template page
<table class='list' id='memoryDetails'>
<colgroup>
- <col class='pid' />
- <col class='name' />
- <col class='number' />
- <col class='number' />
+ <col class='pid'>
+ <col class='name' >
+ <col class='number'>
+ <col class='number'>
</colgroup>
<tr class='firstRow doNotFilter'>
<th>

Powered by Google App Engine
This is Rietveld 408576698