[rhmessaging-commits] rhmessaging commits: r1789 - mgmt/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Mar 24 15:54:24 EDT 2008


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:




More information about the rhmessaging-commits mailing list