| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 - This file is part of Adblock Plus <https://adblockplus.org/>, | 3 - This file is part of Adblock Plus <https://adblockplus.org/>, |
| 4 - Copyright (C) 2006-present eyeo GmbH | 4 - Copyright (C) 2006-present eyeo GmbH |
| 5 - | 5 - |
| 6 - Adblock Plus is free software: you can redistribute it and/or modify | 6 - Adblock Plus is free software: you can redistribute it and/or modify |
| 7 - it under the terms of the GNU General Public License version 3 as | 7 - it under the terms of the GNU General Public License version 3 as |
| 8 - published by the Free Software Foundation. | 8 - published by the Free Software Foundation. |
| 9 - | 9 - |
| 10 - Adblock Plus is distributed in the hope that it will be useful, | 10 - Adblock Plus is distributed in the hope that it will be useful, |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 <header> | 292 <header> |
| 293 <h1 class="i18n_options_tab_help"></h1> | 293 <h1 class="i18n_options_tab_help"></h1> |
| 294 <p class="i18n_options_help_description"></p> | 294 <p class="i18n_options_help_description"></p> |
| 295 </header> | 295 </header> |
| 296 <section class="cols"> | 296 <section class="cols"> |
| 297 <h2 class="i18n_options_support_title"></h2> | 297 <h2 class="i18n_options_support_title"></h2> |
| 298 <ul> | 298 <ul> |
| 299 <li id="report-issue" class="i18n_options_report_issue"></li> | 299 <li id="report-issue" class="i18n_options_report_issue"></li> |
| 300 <li id="report-ad" class="i18n_options_report_ad"></li> | 300 <li id="report-ad" class="i18n_options_report_ad"></li> |
| 301 <li id="report-bug" class="i18n_options_report_bug"></li> | 301 <li id="report-bug" class="i18n_options_report_bug"></li> |
| 302 <li id="report-forum" class="i18n_options_report_forum"></li> | 302 <li id="visit-forum" class="i18n_options_report_forum"></li> |
| 303 </ul> | 303 </ul> |
| 304 </section> | 304 </section> |
| 305 <section class="cols"> | 305 <section class="cols"> |
| 306 <header> | 306 <header> |
| 307 <h2 class="i18n_options_social_title"></h2> | 307 <h2 class="i18n_options_social_title"></h2> |
| 308 <p class="i18n_options_social_description"></p> | 308 <p class="i18n_options_social_description"></p> |
| 309 </header> | 309 </header> |
| 310 <div id="social"> | 310 <div id="social"> |
| 311 <ul id="social-general"> | 311 <ul id="social-general"> |
| 312 <li><a id="twitter">Twitter</a></li> | 312 <li><a id="twitter">Twitter</a></li> |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 </div> | 419 </div> |
| 420 <!-- Notification --> | 420 <!-- Notification --> |
| 421 <div id="notification" aria-hidden="true" aria-live="polite"> | 421 <div id="notification" aria-hidden="true" aria-live="polite"> |
| 422 <strong id="notification-text"></strong> | 422 <strong id="notification-text"></strong> |
| 423 <button id="hide-notification" data-action="hide-notification"> | 423 <button id="hide-notification" data-action="hide-notification"> |
| 424 <span class="i18n_options_notification_hide sr-only"></span> | 424 <span class="i18n_options_notification_hide sr-only"></span> |
| 425 </button> | 425 </button> |
| 426 </div> | 426 </div> |
| 427 </body> | 427 </body> |
| 428 </html> | 428 </html> |
| OLD | NEW |