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

Unified Diff: chrome/browser/resources/file_manager/video_player.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/video_player.html
diff --git a/chrome/browser/resources/file_manager/video_player.html b/chrome/browser/resources/file_manager/video_player.html
index 9638a650e1d48f65f667340ffc54ffc4fe505d0d..992f08b26bf74e2332c6e194d9ba0cd10004ef03 100644
--- a/chrome/browser/resources/file_manager/video_player.html
+++ b/chrome/browser/resources/file_manager/video_player.html
@@ -10,9 +10,9 @@
-- string. Until then, use an invisible non-whitespace character.
-->
<title>&#xFEFF;</title>
- <link rel="icon" type="image/png" href="images/files/file_types/video.png"/>
- <link rel="stylesheet" type="text/css" href="css/media_controls.css"/>
- <link rel="stylesheet" type="text/css" href="css/video_player.css"/>
+ <link rel="icon" type="image/png" href="images/files/file_types/video.png">
+ <link rel="stylesheet" type="text/css" href="css/media_controls.css">
+ <link rel="stylesheet" type="text/css" href="css/video_player.css">
<script src="js/media/video_player_scripts.js"></script>

Powered by Google App Engine
This is Rietveld 408576698