aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/templates/keyword.html')
-rw-r--r--server/templates/keyword.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/server/templates/keyword.html b/server/templates/keyword.html
index 4855040..2dee5ea 100644
--- a/server/templates/keyword.html
+++ b/server/templates/keyword.html
@@ -2,11 +2,11 @@ $def with (keyword_data)
$var title: Keyword
<table border="1">
- <tr>
- <th>Keyword</th>
- <th>Hosts</th>
- <th>Packages</th>
- </tr>
- $for keyword in keyword_data.keys():
- <tr><td>$keyword</td><td>$keyword_data[keyword]['HOSTS']</td><td>$keyword_data[keyword]['PACKAGES']</td></tr>
+ <tr>
+ <th>Keyword</th>
+ <th>Hosts</th>
+ <th>Packages</th>
+ </tr>
+ $for keyword in keyword_data.keys():
+ <tr><td>$keyword</td><td>$keyword_data[keyword]['HOSTS']</td><td>$keyword_data[keyword]['PACKAGES']</td></tr>
</table>