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

Unified Diff: chrome/browser/resources/inspect/inspect.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/inspect/inspect.html
diff --git a/chrome/browser/resources/inspect/inspect.html b/chrome/browser/resources/inspect/inspect.html
index bad0b724e7dedaa8a98afc8b957e3a006fc8e3ca..907ad96988edce79a88d18cdebea5cc565fb49e8 100644
--- a/chrome/browser/resources/inspect/inspect.html
+++ b/chrome/browser/resources/inspect/inspect.html
@@ -9,7 +9,7 @@ found in the LICENSE file.
<meta charset="utf-8">
<title>Inspect with Chrome Developer Tools</title>
-<link rel="stylesheet" href="inspect.css"/>
+<link rel="stylesheet" href="inspect.css">
<script src="inspect.js"></script>
</head>

Powered by Google App Engine
This is Rietveld 408576698