_s: refix footer URL and extra spaces, originally fixed in r8766 but reverted in r8831

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8981 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Lance Willett 2012-02-21 06:28:24 +00:00
parent 1d680edf9c
commit 93a334bc97
2 changed files with 3 additions and 3 deletions

View file

@ -35,8 +35,8 @@ get_header();
</div><!-- .entry-meta -->
<nav id="image-navigation">
<span class="previous-image"><?php previous_image_link( false, __( '&larr; Previous' , '_s' ) ); ?></span>
<span class="next-image"><?php next_image_link( false, __( 'Next &rarr;' , '_s' ) ); ?></span>
<span class="previous-image"><?php previous_image_link( false, __( '&larr; Previous', '_s' ) ); ?></span>
<span class="next-image"><?php next_image_link( false, __( 'Next &rarr;', '_s' ) ); ?></span>
</nav><!-- #image-navigation -->
</header><!-- .entry-header -->