Fix typo.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 22 Nov 2010 21:33:26 +0000 (22:33 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 22 Nov 2010 21:33:26 +0000 (22:33 +0100)
buildfarm/web/__init__.py

index 97b544b1cf6d964b5218c9574ab9dca3329dc091..73dc99fa7b620c7e624280195f1cfdfb5e58320e 100755 (executable)
@@ -353,7 +353,7 @@ class BuildFarmPage(object):
     def red_age(self, age):
         """show an age as a string"""
         if age > self.buildfarm.OLDAGE:
-            return "<span clsas='old'>%s</span>" % util.dhm_time(age)
+            return "<span class='old'>%s</span>" % util.dhm_time(age)
         return util.dhm_time(age)
 
     def tree_link(self, myself, tree):