Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;lang:language"> | |
|
Dan Beam
2016/06/08 00:29:51
nit: consider <html dir="${textdirection}" lang="$
apacible
2016/06/09 18:41:04
Is this different from $i18n{textdirection}? I loo
Dan Beam
2016/06/09 18:57:47
sorry, I meant $i18n{textdirection}, you're right
apacible
2016/06/09 21:01:35
Done.
| |
| 2 <html> | 3 <html> |
| 3 <head> | 4 <head> |
| 5 <meta charset="utf-8"> | |
| 6 | |
| 7 <link rel="stylesheet" href="chrome://resources/css/roboto.css"> | |
| 8 <link rel="stylesheet" href="feedback.css"> | |
| 9 <link rel="import" href="chrome://resources/html/load_time_data.html"> | |
| 10 <script src="strings.js"></script> | |
| 11 <link rel="import" href="feedback_container.html"> | |
| 4 </head> | 12 </head> |
| 5 <body> | 13 <body> |
| 6 Feedback | 14 <feedback-container></feedback-container> |
| 15 <link rel="import" href="chrome://resources/html/i18n_template.html"> | |
| 7 </body> | 16 </body> |
| 8 </html> | 17 </html> |
| OLD | NEW |