| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"/> | 4 <meta charset="utf-8"/> |
| 5 <title i18n-content="page-title"></title> | 5 <title i18n-content="page-title"></title> |
| 6 <!-- We want to keep our style in sync with the options page. --> | 6 <!-- We want to keep our style in sync with the options page. --> |
| 7 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/select.css"> |
| 8 <link rel="stylesheet" href="webui.css"> | 9 <link rel="stylesheet" href="webui.css"> |
| 9 <link rel="stylesheet" href="options/options_page.css"> | 10 <link rel="stylesheet" href="options/options_page.css"> |
| 10 <link rel="stylesheet" href="bug_report.css"> | 11 <link rel="stylesheet" href="bug_report.css"> |
| 11 | 12 |
| 12 <script src="shared/js/local_strings.js"></script> | 13 <script src="shared/js/local_strings.js"></script> |
| 13 <script src="shared/js/util.js"></script> | 14 <script src="shared/js/util.js"></script> |
| 14 <script src="bug_report.js"></script> | 15 <script src="bug_report.js"></script> |
| 15 <script> | 16 <script> |
| 16 | 17 |
| 17 /////////////////////////////////////////////////////////////////////////////// | 18 /////////////////////////////////////////////////////////////////////////////// |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 </td> | 282 </td> |
| 282 </tr> | 283 </tr> |
| 283 </tbody> | 284 </tbody> |
| 284 </table> | 285 </table> |
| 285 </div> | 286 </div> |
| 286 </div> | 287 </div> |
| 287 </div> | 288 </div> |
| 288 </div> | 289 </div> |
| 289 </body> | 290 </body> |
| 290 </html> | 291 </html> |
| OLD | NEW |