summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/default/archives.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/default/archives.php')
-rw-r--r--wp-content/themes/default/archives.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/wp-content/themes/default/archives.php b/wp-content/themes/default/archives.php
index de6c07c..dba8dbd 100644
--- a/wp-content/themes/default/archives.php
+++ b/wp-content/themes/default/archives.php
@@ -11,14 +11,14 @@ Template Name: Archives
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<h2>Archives by Month:</h2>
- <ul>
- <?php wp_get_archives('type=monthly'); ?>
- </ul>
+ <ul>
+ <?php wp_get_archives('type=monthly'); ?>
+ </ul>
<h2>Archives by Subject:</h2>
- <ul>
- <?php wp_list_categories(); ?>
- </ul>
+ <ul>
+ <?php wp_list_categories(); ?>
+ </ul>
</div>