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

Unified Diff: chrome/browser/resources/plugins.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/plugins.html
diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html
index 50fe445df442a6cb495b826d6282335047ef8f38..49dafd0c64d4635be3c48b763c9ec0f69e3b458c 100644
--- a/chrome/browser/resources/plugins.html
+++ b/chrome/browser/resources/plugins.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title i18n-content="pluginsTitle"></title>
-<link rel="stylesheet" href="plugins.css"/>
+<link rel="stylesheet" href="plugins.css">
<if expr="pp_ifdef('chromeos')">
<link rel="stylesheet"
href="chrome://resources/css/chromeos/ui_account_tweaks.css">

Powered by Google App Engine
This is Rietveld 408576698