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></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> |