diff options
Diffstat (limited to 'chrome/browser/resources/history.html')
-rw-r--r-- | chrome/browser/resources/history.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html index bafc61e..8333a4d 100644 --- a/chrome/browser/resources/history.html +++ b/chrome/browser/resources/history.html @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html id="t" jsvalues="dir:textdirection;"> +<html i18n-values="dir:textdirection;"> <head> <meta charset="utf-8"> -<title jscontent="title"></title> +<title i18n-content="title"></title> <link rel="icon" href="../../app/theme/history_favicon.png"> <script src="local_strings.js"></script> <script> @@ -898,7 +898,7 @@ html[dir='rtl'] .entry .title > a { </style> </head> -<body onload="load();" jsvalues=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> +<body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> <div class="header"> <a href="" onclick="setSearch(''); return false;"> <img src="../../app/theme/history_section.png" @@ -907,7 +907,7 @@ html[dir='rtl'] .entry .title > a { onsubmit="setSearch(this.term.value); return false;" class="form"> <input type="text" name="term" id="term" /> - <input type="submit" name="submit" jsvalues="value:searchbutton" /> + <input type="submit" name="submit" i18n-values="value:searchbutton" /> </form> </div> <div class="main"> |