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