| 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 <meta charset="utf-8"> |
| 10 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
| 11 <if expr="is_android"> | 11 <if expr="is_android"> |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 <tr id="build-id-section"> | 97 <tr id="build-id-section"> |
| 98 <td class="label" i18n-content="build_id_name"></td> | 98 <td class="label" i18n-content="build_id_name"></td> |
| 99 <td class="version" i18n-content="build_id"></td> | 99 <td class="version" i18n-content="build_id"></td> |
| 100 </tr> | 100 </tr> |
| 101 </if> | 101 </if> |
| 102 </table> | 102 </table> |
| 103 </div> | 103 </div> |
| 104 <script src="chrome://resources/js/i18n_template2.js"></script> | 104 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 105 </body> | 105 </body> |
| 106 </html> | 106 </html> |
| OLD | NEW |