Commit 66e6de4b authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove spaces and replace ' with "

parent 66d004ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,8 +59,8 @@ get_header();
    } ?>

    <div class="pagination">
        <div class="older-posts"><?php next_posts_link( '« Ältere Posts' ); ?></div>
        <div class="newer-posts"><?php previous_posts_link( 'Neuere Posts »' ); ?></div>
        <div class="older-posts"><?php next_posts_link("« Ältere Posts"); ?></div>
        <div class="newer-posts"><?php previous_posts_link("Neuere Posts »"); ?></div>
    </div>
</main>
<?php get_footer(); ?>