diff options
Diffstat (limited to 'server/templates/feature.html')
-rw-r--r-- | server/templates/feature.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/templates/feature.html b/server/templates/feature.html index 03c4bbd..e4529ae 100644 --- a/server/templates/feature.html +++ b/server/templates/feature.html @@ -2,10 +2,10 @@ $def with (feature_data) $var title: Feature <table border="1"> - <tr> - <th>Feature</th> - <th>Hosts</th> - </tr> - $for feature in feature_data.keys(): - <tr><td>$feature</td><td>$feature_data[feature]['HOSTS']</td></tr> + <tr> + <th>Feature</th> + <th>Hosts</th> + </tr> + $for feature in feature_data.keys(): + <tr><td>$feature</td><td>$feature_data[feature]['HOSTS']</td></tr> </table> |