| OLD | NEW |
| 1 title=Modules | 1 title=Modules |
| 2 | 2 |
| 3 <head> | 3 <head> |
| 4 <style type="text/css"> | 4 <style type="text/css"> |
| 5 table | 5 table |
| 6 { | 6 { |
| 7 background: white; | 7 background: white; |
| 8 border-collapse: collapse; | 8 border-collapse: collapse; |
| 9 margin-top: 20px; | 9 margin-top: 20px; |
| 10 } | 10 } |
| (...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 </tr> | 523 </tr> |
| 524 </table> | 524 </table> |
| 525 | 525 |
| 526 <table id="websites"> | 526 <table id="websites"> |
| 527 <tr> | 527 <tr> |
| 528 <th>{{table-header-name Name}}</th> | 528 <th>{{table-header-name Name}}</th> |
| 529 <td>Websites</td> | 529 <td>Websites</td> |
| 530 </tr> | 530 </tr> |
| 531 <tr> | 531 <tr> |
| 532 <th>{{table-header-owner Owner}}</th> | 532 <th>{{table-header-owner Owner}}</th> |
| 533 <td><a href="mailto:julian@adblockplus.org">Julian Doucette</a></td> |
| 534 </tr> |
| 535 <tr> |
| 536 <th>{{table-header-peers Peer(s)}}</th> |
| 533 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td> | 537 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td> |
| 534 </tr> | 538 </tr> |
| 535 <tr> | 539 <tr> |
| 536 <th>{{table-header-peers Peer(s)}}</th> | |
| 537 <td><a href="mailto:julian@adblockplus.org">Julian Doucette</a></td> | |
| 538 </tr> | |
| 539 <tr> | |
| 540 <th>{{table-header-super-reviewer Super reviewer}}</th> | 540 <th>{{table-header-super-reviewer Super reviewer}}</th> |
| 541 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 541 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
| 542 </tr> | 542 </tr> |
| 543 <tr> | 543 <tr> |
| 544 <th>{{table-header-source-path Source path(s)}}</th> | 544 <th>{{table-header-source-path Source path(s)}}</th> |
| 545 <td> | 545 <td> |
| 546 <ul> | 546 <ul> |
| 547 <li> | 547 <li> |
| 548 <a href="https://hg.adblockplus.org/web.eyeo.com">web.eyeo.com</a> | 548 <a href="https://hg.adblockplus.org/web.eyeo.com">web.eyeo.com</a> |
| 549 </li> | 549 </li> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 <th>{{table-header-source-path Source path(s)}}</th> | 583 <th>{{table-header-source-path Source path(s)}}</th> |
| 584 <td> | 584 <td> |
| 585 <ul> | 585 <ul> |
| 586 <li> | 586 <li> |
| 587 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> | 587 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> |
| 588 </li> | 588 </li> |
| 589 </ul> | 589 </ul> |
| 590 </td> | 590 </td> |
| 591 </tr> | 591 </tr> |
| 592 </table> | 592 </table> |
| OLD | NEW |