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