Index: chrome/browser/resources/net_internals/index.html |
=================================================================== |
--- chrome/browser/resources/net_internals/index.html (revision 68554) |
+++ chrome/browser/resources/net_internals/index.html (working copy) |
@@ -1,4 +1,5 @@ |
-<html> |
+<!DOCTYPE HTML> |
+<head i18n-values="dir:textdirection;"> |
<!-- |
Copyright (c) 2010 The Chromium Authors. All rights reserved. |
Use of this source code is governed by a BSD-style license that can be |
@@ -6,6 +7,7 @@ |
--> |
<head> |
<link rel="stylesheet" href="main.css"> |
+ <link rel="stylesheet" href="tabswitcherview.css"> |
<script src="util.js"></script> |
<script src="view.js"></script> |
<script src="tabswitcherview.js"></script> |