| 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-2016 Eyeo GmbH |    4   - Copyright (C) 2006-2016 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   46             <li id="tab-advanced" data-action="switch-tab" data-tab="advanced-al
     lFilterLists"> |   46             <li id="tab-advanced" data-action="switch-tab" data-tab="advanced-al
     lFilterLists"> | 
|   47               <a class="i18n_options_tab_advanced"></a> |   47               <a class="i18n_options_tab_advanced"></a> | 
|   48               <span class="icon"></span> |   48               <span class="icon"></span> | 
|   49             </li> |   49             </li> | 
|   50             <li id="tab-help" data-action="switch-tab" data-tab="help"> |   50             <li id="tab-help" data-action="switch-tab" data-tab="help"> | 
|   51               <a class="i18n_options_tab_help"></a> |   51               <a class="i18n_options_tab_help"></a> | 
|   52               <span class="icon"></span> |   52               <span class="icon"></span> | 
|   53             </li> |   53             </li> | 
|   54           </ul> |   54           </ul> | 
|   55         </nav> |   55         </nav> | 
|   56         <a id="link-version"> |   56         <a id="version"> | 
|   57           <span class="i18n_options_version"></span> |   57           <span class="i18n_options_version"></span> | 
|   58           <span id="abp-version"></span> |   58           <span id="abp-version"></span> | 
|   59         </a> |   59         </a> | 
|   60         <footer> |   60         <footer> | 
|   61           <ul class="tabs vertical bottom"> |   61           <ul class="tabs vertical bottom"> | 
|   62             <li id="tab-share"> |   62             <li id="tab-share"> | 
|   63               <a class="i18n_options_tab_share"></a> |   63               <a class="i18n_options_tab_share"></a> | 
|   64               <span class="icon"></span> |   64               <span class="icon"></span> | 
|   65             </li> |   65             </li> | 
|   66             <li id="tab-contribute"> |   66             <li id="tab-contribute"> | 
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  397             <div class="url"></div> |  397             <div class="url"></div> | 
|  398             <button class="i18n_options_dialog_predefined_confirm default-focus"
      data-action="add-predefined-subscription"></button> |  398             <button class="i18n_options_dialog_predefined_confirm default-focus"
      data-action="add-predefined-subscription"></button> | 
|  399           </div> |  399           </div> | 
|  400         </div> |  400         </div> | 
|  401       </div> |  401       </div> | 
|  402       <!-- Placeholder element to determine when to wrap focus around --> |  402       <!-- Placeholder element to determine when to wrap focus around --> | 
|  403       <span class="focus-last" tabindex="0"></span> |  403       <span class="focus-last" tabindex="0"></span> | 
|  404     </div> |  404     </div> | 
|  405   </body> |  405   </body> | 
|  406 </html> |  406 </html> | 
| OLD | NEW |