«Prev Next »
should be:
« Prev Next »

semipatch for date-views-pager.tpl.php

   <div class="date-nav">
     <div class="date-prev">
       <?php if (!empty($prev_url)) : ?>
-      <span class="prev">  <?php print l('&laquo;' . ($mini ? '' : t('Prev', array(), array('context' => 'date_nav'))), $prev_url, $prev_options); ?></span>
+      <span class="prev">  <?php print l('&laquo; ' . ($mini ? '' : t('Prev', array(), array('context' => 'date_nav'))), $prev_url, $prev_options); ?></span>
       <?php endif; ?>
    &nbsp;</div>

Comments

karens’s picture

Status: Active » Closed (works as designed)

This fix no longer applies, this part of the code is different and the spacing looks fine.