aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/templates/package_c.html')
-rw-r--r--server/templates/package_c.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/server/templates/package_c.html b/server/templates/package_c.html
index 8247173..4971ca7 100644
--- a/server/templates/package_c.html
+++ b/server/templates/package_c.html
@@ -6,11 +6,11 @@ No. of category-packages: $pdata['CP_COUNT']</br>
No. of category-package-versions: $pdata['CPV_COUNT']</br>
Top CPs:</br>
<table border="1">
- <tr>
- <th>Category</th>
- <th>Package</th>
- <th>Hosts</th>
- </tr>
- $for p in pdata['TOP_CP']:
- <tr><td>$p['CAT']</td><td>$p['PKG']</td><td>$p['HOST_COUNT']</td></tr>
+ <tr>
+ <th>Category</th>
+ <th>Package</th>
+ <th>Hosts</th>
+ </tr>
+ $for p in pdata['TOP_CP']:
+ <tr><td>$p['CAT']</td><td>$p['PKG']</td><td>$p['HOST_COUNT']</td></tr>
</table>