| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of Adblock Plus <https://adblockplus.org/>, | 4 - This file is part of Adblock Plus <https://adblockplus.org/>, |
| 5 - Copyright (C) 2006-present eyeo GmbH | 5 - Copyright (C) 2006-present eyeo GmbH |
| 6 - | 6 - |
| 7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
| 8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
| 9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
| 10 - | 10 - |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 <div data-social="gplus"></div> | 90 <div data-social="gplus"></div> |
| 91 </div> | 91 </div> |
| 92 </div> | 92 </div> |
| 93 </li> | 93 </li> |
| 94 <li> | 94 <li> |
| 95 <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checke
d></div> | 95 <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checke
d></div> |
| 96 <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></labe
l> | 96 <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></labe
l> |
| 97 </li> | 97 </li> |
| 98 </ul> | 98 </ul> |
| 99 </li> | 99 </li> |
| 100 |
| 101 <li id="issueReporter" class="menu-item" role="button"> |
| 102 <div class="icon"></div> |
| 103 <span class="i18n_sendReport"></span> |
| 104 </li> |
| 100 </ul> | 105 </ul> |
| 101 </div> | 106 </div> |
| 102 | 107 |
| 103 <footer id="options" role="button"> | 108 <footer id="options" role="button"> |
| 104 <div class="icon"></div> | 109 <div class="icon"></div> |
| 105 <span class="i18n_options_short"></span> | 110 <span class="i18n_options_short"></span> |
| 106 </footer> | 111 </footer> |
| 107 | 112 |
| 108 </body> | 113 </body> |
| 109 </html> | 114 </html> |
| OLD | NEW |