Chromium Code Reviews| Index: chrome/browser/resources/print_tab.html |
| =================================================================== |
| --- chrome/browser/resources/print_tab.html (revision 20596) |
| +++ chrome/browser/resources/print_tab.html (working copy) |
| @@ -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> |