Index: dashboard.php
===================================================================
--- dashboard.php	(revision 26763)
+++ dashboard.php	(working copy)
@@ -222,7 +222,9 @@
 	 */
 	$elements = apply_filters( 'dashboard_glance_items', array() );
 	if ( $elements ) {
-		echo '<li>' . implode( "</li>\n<li>", $elements ) . "</li>\n";
+		foreach ( (array) $elements as $class => $element ) {
+			printf( "<li class='%s-count'>%s</li>\n", $class, $element );
+		}
 	}
 
 	?>
