Index: wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php	(revision 8448)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php	(working copy)
@@ -42,8 +42,8 @@
 							<img src="<?php $wptv->the_video( true, true ); ?>" />
 						</span>
 						<span class="video-title"><?php the_title(); ?></span>
-						<?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
 					</a>
+					<?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
 				</li>
 				<?php endwhile; // have_posts ?>
 
Index: wordpress.tv/public_html/wp-content/themes/wptv2/category.php
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/category.php	(revision 8448)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/category.php	(working copy)
@@ -45,8 +45,8 @@
 							<img src="<?php $wptv->the_video( true, true ); ?>" />
 						</span>
 						<span class="video-title"><?php the_title(); ?></span>
-						<?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
 					</a>
+					<?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
 				</li>
 				<?php endwhile; ?>
 			</ul>
Index: wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php	(revision 8448)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php	(working copy)
@@ -54,8 +54,8 @@
 							<img src="<?php $wptv->the_video( true, true ); ?>" />
 						</span>
 						<span class="video-title"><?php the_title(); ?></span>
-						<?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
 					</a>
+					<?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
 				</li>
 
 				<?php
