 date_views/theme/date-views-pager.tpl.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/date_views/theme/date-views-pager.tpl.php b/date_views/theme/date-views-pager.tpl.php
index 531214c..b12c2e1 100644
--- a/date_views/theme/date-views-pager.tpl.php
+++ b/date_views/theme/date-views-pager.tpl.php
@@ -37,10 +37,10 @@
     <?php if (!empty($prev_url)) : ?>
       <li class="date-prev">
         <?php print l('&laquo;' . ($mini ? '' : ' ' . t('Prev', array(), array('context' => 'date_nav'))), $prev_url, $prev_options); ?>
-      &nbsp;</li>
+      </li>
     <?php endif; ?>
     <?php if (!empty($next_url)) : ?>
-      <li class="date-next">&nbsp;
+      <li class="date-next">
         <?php print l(($mini ? '' : t('Next', array(), array('context' => 'date_nav')) . ' ') . '&raquo;', $next_url, $next_options); ?>
       </li>
     <?php endif; ?>
