Index: trunk/include/request_url.php
===================================================================
--- trunk/include/request_url.php	(revision 179)
+++ trunk/include/request_url.php	(revision 181)
@@ -22,5 +22,6 @@
 	// index.php check
 	if (strstr($php_query_string,'preview') === false) {
-		if (strstr($php_query_string,'feed') === false) {		
+		if (strstr($php_query_string,'feed') === false) {
+			// Because the judgment is difficult, the feed to which the permalink is set is confirmed here by the after processing. 
 			return true;
 		}
