summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/help/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/help/help.html')
-rw-r--r--chromium/chrome/browser/resources/help/help.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/chromium/chrome/browser/resources/help/help.html b/chromium/chrome/browser/resources/help/help.html
index 5f637b60477..b5103b87e6f 100644
--- a/chromium/chrome/browser/resources/help/help.html
+++ b/chromium/chrome/browser/resources/help/help.html
@@ -1,5 +1,5 @@
-<!DOCTYPE html>
-<html i18n-values="dir:textdirection;">
+<!doctype html>
+<html i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf-8">
<title i18n-content="aboutTitle"></title>
@@ -32,8 +32,7 @@
<script src="chrome://help-frame/help_page.js"></script>
<script src="chrome://help-frame/help.js"></script>
</head>
-<body class="uber-frame"
- i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<body class="uber-frame">
<header>
<h1 i18n-content="aboutTitle"></h1>
</header>
@@ -51,5 +50,5 @@
</div>
</body>
<script src="chrome://help-frame/strings.js"></script>
-<script src="chrome://resources/js/i18n_template2.js"></script>
+<script src="chrome://resources/js/i18n_template.js"></script>
</html>