aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorVikraman Choudhury <vikraman.choudhury@gmail.com>2011-08-21 20:12:36 +0530
committerVikraman Choudhury <vikraman.choudhury@gmail.com>2011-08-21 20:12:36 +0530
commitcda33f1e12fba4b027002d854ec735b59ac7d3d7 (patch)
tree513e7ec615824b92f1af0925354479595f8a90fb /server
parentcommented server code (diff)
downloadgentoostats-cda33f1e12fba4b027002d854ec735b59ac7d3d7.tar.gz
gentoostats-cda33f1e12fba4b027002d854ec735b59ac7d3d7.tar.bz2
gentoostats-cda33f1e12fba4b027002d854ec735b59ac7d3d7.zip
fix typo in profile template
Diffstat (limited to 'server')
-rw-r--r--server/templates/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/templates/profile.html b/server/templates/profile.html
index b6feb4d..15726ed 100644
--- a/server/templates/profile.html
+++ b/server/templates/profile.html
@@ -3,7 +3,7 @@ $var title: Profile
<table border="1">
<tr>
- <th>Profile/th>
+ <th>Profile</th>
<th>Hosts</th>
</tr>
$for profile in profile_data.keys():