Commit 6be7455a authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove unused newlines

parent 2d09ca52
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,13 +24,11 @@ get_header();
    </h1>

    <h2>Kategorien</h2>

    <ul class="categories seamless box-links">
        <?php wp_list_categories(array('title_li'=>'')); ?>
    </ul>

    <h2>Archiv</h2>

    <select onchange="document.location.href=this.options[this.selectedIndex].value;">
        <option>nach Monat</option>
        <?php wp_get_archives(array('format'=>'option')); ?>