aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVikraman Choudhury <vikraman.choudhury@gmail.com>2011-07-11 02:58:35 +0530
committerVikraman Choudhury <vikraman.choudhury@gmail.com>2011-07-11 02:58:35 +0530
commit1cb6b9cc00ad839c47453ba3b554df1fb8508508 (patch)
tree2b963f322ea3d66fa7c2071c3cfe14621c1ff10a /server/templates/profile.html
parentper useflag stats (diff)
downloadgentoostats-1cb6b9cc00ad839c47453ba3b554df1fb8508508.tar.gz
gentoostats-1cb6b9cc00ad839c47453ba3b554df1fb8508508.tar.bz2
gentoostats-1cb6b9cc00ad839c47453ba3b554df1fb8508508.zip
fix tabs
Diffstat (limited to 'server/templates/profile.html')
-rw-r--r--server/templates/profile.html12
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>