OSDN Git Service

BugTrack/426 rss出力を調整
authorarino <arino>
Tue, 22 Jul 2003 09:26:28 +0000 (18:26 +0900)
committerarino <arino>
Tue, 22 Jul 2003 09:26:28 +0000 (18:26 +0900)
plugin/rss10.inc.php

index 8aac817..5de805f 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: rss10.inc.php,v 1.7 2003/06/09 07:56:58 arino Exp $
+// $Id: rss10.inc.php,v 1.8 2003/07/22 09:26:28 arino Exp $
 //
 // RecentChanges ¤Î RSS ¤ò½ÐÎÏ
 function plugin_rss10_action()
@@ -68,7 +68,7 @@ $xmlns_trackback
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
   xml:lang="ja">
 
- <channel rdf:about="{$self}rss">
+ <channel rdf:about="$self$whatsnew">
   <title>$page_title_utf8</title>
   <link>$self$whatsnew</link>
   <description>PukiWiki RecentChanges</description>