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

Unified Diff: chrome/browser/resources/file_manager/mediaplayer.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/file_manager/mediaplayer.html
diff --git a/chrome/browser/resources/file_manager/mediaplayer.html b/chrome/browser/resources/file_manager/mediaplayer.html
index 788ee5567cb5b3c7e397c1c9f96660d22259adf4..5b1932db67371deb09bda480f6195552d25e28fa 100644
--- a/chrome/browser/resources/file_manager/mediaplayer.html
+++ b/chrome/browser/resources/file_manager/mediaplayer.html
@@ -3,8 +3,7 @@
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML>
<html>
<head>
<!-- We have to set some default title, or chrome will use the page name.
@@ -12,9 +11,9 @@
-- string. Until then, use an invisible non-whitespace character.
-->
<title>&#xFEFF;</title>
- <link rel="icon" type="image/png" href="images/media/audio_player.png"/>
- <link rel="stylesheet" type="text/css" href="css/media_controls.css"/>
- <link rel="stylesheet" type="text/css" href="css/audio_player.css"/>
+ <link rel="icon" type="image/png" href="images/media/audio_player.png">
+ <link rel="stylesheet" type="text/css" href="css/media_controls.css">
+ <link rel="stylesheet" type="text/css" href="css/audio_player.css">
<script src="js/media/mediaplayer_scripts.js"></script>

Powered by Google App Engine
This is Rietveld 408576698