Chromium Code Reviews| Index: chrome/browser/resources/net_internals/index.html |
| =================================================================== |
| --- chrome/browser/resources/net_internals/index.html (revision 44225) |
| +++ chrome/browser/resources/net_internals/index.html (working copy) |
| @@ -71,10 +71,12 @@ |
| <table border=1> |
| <thead> |
| - <th>Hostname</th> |
| - <th>Family</th> |
| - <th>Addresses</th> |
| - <th>Expires</th> |
| + <tr> |
| + <th>Hostname</th> |
| + <th>Family</th> |
| + <th>Addresses</th> |
| + <th>Expires</th> |
| + </tr> |
| </thead> |
| <tbody id=hostResolverCacheTbody> |
| </tbody> |