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

Unified Diff: chrome/browser/resources/instant/instant.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/instant/instant.html
diff --git a/chrome/browser/resources/instant/instant.html b/chrome/browser/resources/instant/instant.html
index 3b7e5607a71b4837e0cd5d3668f6b23485467556..d4bb10dabff91c13d410e0ff89b23129f39575a5 100644
--- a/chrome/browser/resources/instant/instant.html
+++ b/chrome/browser/resources/instant/instant.html
@@ -8,7 +8,7 @@ found in the LICENSE file.
<head>
<meta charset="utf-8">
<title>Instant preferences</title>
-<link rel="stylesheet" href="instant.css"/>
+<link rel="stylesheet" href="instant.css">
<script src="instant.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698