Index: contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_singleframe/Attic/views_slideshow_singleframe.theme.inc,v
retrieving revision 1.1.2.1.2.21
diff -u -p -r1.1.2.1.2.21 views_slideshow_singleframe.theme.inc
--- contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc	13 Apr 2010 06:21:51 -0000	1.1.2.1.2.21
+++ contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc	15 Apr 2010 03:15:43 -0000
@@ -183,7 +183,7 @@ function theme_views_slideshow_singlefra
   $attributes['id'] = "views_slideshow_singleframe_image_count_$id";
   $attributes = drupal_attributes($attributes);
 
-  $counter = '<span class="num"></span> ' . t('of') . ' <span class="total"></span>';
+  $counter = '<span class="num">1</span> ' . t('of') . ' <span class="total">1</span>';
 
   return "<div$attributes>$counter</div>";
 }
