diff options
author | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-08-21 20:12:36 +0530 |
---|---|---|
committer | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-08-21 20:12:36 +0530 |
commit | cda33f1e12fba4b027002d854ec735b59ac7d3d7 (patch) | |
tree | 513e7ec615824b92f1af0925354479595f8a90fb | |
parent | commented server code (diff) | |
download | gentoostats-cda33f1e12fba4b027002d854ec735b59ac7d3d7.tar.gz gentoostats-cda33f1e12fba4b027002d854ec735b59ac7d3d7.tar.bz2 gentoostats-cda33f1e12fba4b027002d854ec735b59ac7d3d7.zip |
fix typo in profile template
-rw-r--r-- | server/templates/profile.html | 2 |
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(): |