Index: wp-content/themes/twentyeleven/content.php
===================================================================
--- wp-content/themes/twentyeleven/content.php	(revision 18175)
+++ wp-content/themes/twentyeleven/content.php	(working copy)
@@ -53,8 +53,9 @@
 		<?php endif; ?>
 
 		<footer class="entry-meta">
-			<?php if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search ?>
 			<?php
+			$show_sep = false;
+			if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search
 				/* translators: used between list items, there is a space after the comma */
 				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
 				if ( $categories_list ):
Index: wp-content/themes/twentyeleven/content-quote.php
===================================================================
--- wp-content/themes/twentyeleven/content-quote.php	(revision 18175)
+++ wp-content/themes/twentyeleven/content-quote.php	(working copy)
@@ -49,8 +49,10 @@
 		<?php endif; ?>
 
 		<footer class="entry-meta">
-			<?php if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search ?>
 			<?php
+			$show_sep = false;
+			if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search ?>
+			<?php
 				/* translators: used between list items, there is a space after the comma */
 				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
 				if ( $categories_list ):
Index: wp-content/themes/twentyeleven/content-gallery.php
===================================================================
--- wp-content/themes/twentyeleven/content-gallery.php	(revision 18175)
+++ wp-content/themes/twentyeleven/content-gallery.php	(working copy)
@@ -66,6 +66,7 @@
 
 	<footer class="entry-meta">
 		<?php
+			$show_sep = false;
 			/* translators: used between list items, there is a space after the comma */
 			$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
 			if ( $categories_list ):
