| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 about:version template page | 4 about:version template page |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <html id="t" i18n-values="dir:textdirection;"> | 7 <html id="t" i18n-values="dir:textdirection;"> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> |
| 9 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
| 10 <if expr="is_android"> | 11 <if expr="is_android"> |
| 11 <meta name="viewport" content="width=device-width"> | 12 <meta name="viewport" content="width=device-width"> |
| 12 </if> | 13 </if> |
| 13 <link rel="stylesheet" href="chrome://version/about_version.css"> | 14 <link rel="stylesheet" href="chrome://version/about_version.css"> |
| 14 <if expr="is_android"> | 15 <if expr="is_android"> |
| 15 <link rel="stylesheet" href="about_version_android.css"> | 16 <link rel="stylesheet" href="about_version_android.css"> |
| 16 </if> | 17 </if> |
| 17 <script src="chrome://resources/js/cr.js"></script> | 18 <script src="chrome://resources/js/cr.js"></script> |
| 18 <script src="chrome://resources/js/load_time_data.js"></script> | 19 <script src="chrome://resources/js/load_time_data.js"></script> |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 <tr id="build-id-section"> | 99 <tr id="build-id-section"> |
| 99 <td class="label" i18n-content="build_id_name"></td> | 100 <td class="label" i18n-content="build_id_name"></td> |
| 100 <td class="version" i18n-content="build_id"></td> | 101 <td class="version" i18n-content="build_id"></td> |
| 101 </tr> | 102 </tr> |
| 102 </if> | 103 </if> |
| 103 </table> | 104 </table> |
| 104 </div> | 105 </div> |
| 105 <script src="chrome://resources/js/i18n_template2.js"></script> | 106 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 106 </body> | 107 </body> |
| 107 </html> | 108 </html> |
| OLD | NEW |