diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 01:11:36 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 01:11:36 +0000 |
commit | 834bf39ca4b399c3c58892994043efa26e3ffe47 (patch) | |
tree | e990b1ec2fd60ef315cfcae5b67d9e6587b32320 /chrome/browser/resources/print_tab.html | |
parent | 2e087265468db6369a65f3da28f0c2777788bcb6 (diff) | |
download | chromium_src-834bf39ca4b399c3c58892994043efa26e3ffe47.zip chromium_src-834bf39ca4b399c3c58892994043efa26e3ffe47.tar.gz chromium_src-834bf39ca4b399c3c58892994043efa26e3ffe47.tar.bz2 |
Make use of the new Js Template i18n for print domui
Provides a simpler js template engine for print tab which is optimized better than JsTemplate.
BUG=173, 947
TEST=print page loads fine.
Review URL: http://codereview.chromium.org/155479
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/print_tab.html')
-rw-r--r-- | chrome/browser/resources/print_tab.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/print_tab.html b/chrome/browser/resources/print_tab.html index 3b6ca46..8c74d2f 100644 --- a/chrome/browser/resources/print_tab.html +++ b/chrome/browser/resources/print_tab.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html id="t" > +<html i18n-values="dir:textdirection"> <head> <meta charset="utf-8"> - <title jscontent="title"></title> + <title i18n-content="title"></title> <link rel="stylesheet" href="print_tab.css"> </head> <body> |