]> git.deb.at Git - pkg/blosxom.git/commitdiff
Make <guid> content a full URL by default (as Gavin had it in his broken patch, too...
authorAxel Beckert <xtaran@users.sourceforge.net>
Tue, 22 Jul 2008 02:11:53 +0000 (02:11 +0000)
committerAxel Beckert <xtaran@users.sourceforge.net>
Tue, 22 Jul 2008 02:11:53 +0000 (02:11 +0000)
blosxom.cgi

index 2e6181fee151acdaa4a6685941cf9b4d3ada775a..3ebe972c88108cbcb1746d2fc513da371bc63565 100755 (executable)
@@ -793,7 +793,7 @@ rss story     <title>$title</title>
 rss story     <pubDate>$dw, $da $mo $yr $ti:00 $utc_offset</pubDate>
 rss story     <link>$url/$yr/$mo_num/$da#$fn</link>
 rss story     <category>$path</category>
-rss story     <guid isPermaLink="false">$path/$fn</guid>
+rss story     <guid isPermaLink="true">$url$path/$fn</guid>
 rss story     <description>$body</description>
 rss story   </item>