# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /var/www/wptrunk/wp-content/themes/default
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: archives.php
--- archives.php ベース (BASE)
+++ archives.php ローカルでの変更 (LOCAL がベース)
@@ -21,7 +21,7 @@
 
 <h2>Archives by Subject:</h2>
 	<ul>
-		 <?php wp_list_categories(); ?>
+		 <?php wp_list_categories('title_li='); ?>
 	</ul>
 
 </div>
