| 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 22 matching lines...) Expand all Loading... |
| 33 <table id="core"> | 33 <table id="core"> |
| 34 <tr> | 34 <tr> |
| 35 <th>{{table-header-name Name}}</th> | 35 <th>{{table-header-name Name}}</th> |
| 36 <td>Core</td> | 36 <td>Core</td> |
| 37 </tr> | 37 </tr> |
| 38 <tr> | 38 <tr> |
| 39 <th>{{table-header-owner Owner}}</th> | 39 <th>{{table-header-owner Owner}}</th> |
| 40 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 40 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
| 41 </tr> | 41 </tr> |
| 42 <tr> | 42 <tr> |
| 43 <th>{{table-header-peers Peer(s)}}</th> | 43 <th rowspan="2">{{table-header-peers Peer(s)}}</th> |
| 44 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 44 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
| 45 </tr> | 45 </tr> |
| 46 <tr> | 46 <tr> |
| 47 <td><a href="mailto:dave@adblockplus.org">Dave Barker</a></td> |
| 48 </tr> |
| 49 <tr> |
| 47 <th>{{table-header-source-path Source path(s)}}</th> | 50 <th>{{table-header-source-path Source path(s)}}</th> |
| 48 <td> | 51 <td> |
| 49 <ul> | 52 <ul> |
| 50 <li> | 53 <li> |
| 51 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</
a> | 54 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</
a> |
| 52 </li> | 55 </li> |
| 53 </ul> | 56 </ul> |
| 54 </td> | 57 </td> |
| 55 </tr> | 58 </tr> |
| 56 </table> | 59 </table> |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 <th>{{table-header-source-path Source path(s)}}</th> | 597 <th>{{table-header-source-path Source path(s)}}</th> |
| 595 <td> | 598 <td> |
| 596 <ul> | 599 <ul> |
| 597 <li> | 600 <li> |
| 598 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> | 601 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> |
| 599 </li> | 602 </li> |
| 600 </ul> | 603 </ul> |
| 601 </td> | 604 </td> |
| 602 </tr> | 605 </tr> |
| 603 </table> | 606 </table> |
| OLD | NEW |