Author: justi9
Date: 2008-03-24 15:54:24 -0400 (Mon, 24 Mar 2008)
New Revision: 1789
Modified:
mgmt/cumin/python/cumin/formats.py
Log:
Fix a mismatched tag error
Modified: mgmt/cumin/python/cumin/formats.py
===================================================================
--- mgmt/cumin/python/cumin/formats.py 2008-03-24 18:15:01 UTC (rev 1788)
+++ mgmt/cumin/python/cumin/formats.py 2008-03-24 19:54:24 UTC (rev 1789)
@@ -4,7 +4,7 @@
from util import *
def fmt_count(count):
- return "<span class=\"count\">(%i)</count>" % count
+ return "<span class=\"count\">(%i)</span>" % count
def fmt_datetime(dtime):
if dtime:
Show replies by date