Chromium Code Reviews| Index: chrome/browser/resources/popular_sites_internals.html |
| diff --git a/chrome/browser/resources/popular_sites_internals.html b/chrome/browser/resources/popular_sites_internals.html |
| index 65ee20a47a82b7e5177da03440a16a050f5981c4..301ac7cf4316f102cae697890472e2f0d6724077 100644 |
| --- a/chrome/browser/resources/popular_sites_internals.html |
| +++ b/chrome/browser/resources/popular_sites_internals.html |
| @@ -48,6 +48,20 @@ found in the LICENSE file. |
| </table> |
| </div> |
| + <div id="info" class="section"> |
|
Bernhard Bauer
2016/04/07 12:24:28
This ID is already in use.
Marc Treib
2016/04/07 13:38:39
D'oh.. good catch! How did this not create any pro
Bernhard Bauer
2016/04/07 13:46:12
Browsers will happily render documents with duplic
|
| + <h2>Info</h2> |
| + <table class="section-details"> |
| + <tr> |
| + <td class="detail">Country</td> |
| + <td class="value" jscontent="country"></td> |
| + </tr> |
| + <tr> |
| + <td class="detail">Version</td> |
| + <td class="value" jscontent="version"></td> |
| + </tr> |
| + </table> |
| + </div> |
| + |
| <div id="sites" class="section"> |
| <h2>Sites</h2> |
| <table class="section-details"> |
| @@ -55,7 +69,7 @@ found in the LICENSE file. |
| <td class="detail" jscontent="title"></td> |
| <td class="value" jscontent="url"></td> |
| </tr> |
| - <tr jsskip = true> |
| + <tr jsskip="true"> |
| <td class="detail"> |
| <input id="view-json" type="submit" value="View JSON"> |
| </td> |