From 3b41e4d57fb873e47ca5d24e45ecfea655194efc Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 30 Jul 2008 17:52:26 +0000 Subject: [PATCH] Changing isPermalink back to "false" for the default RSS story template. Reason: The URL in there is no valid permalink and could cause non-working links to the postings because of the missing flavour suffix in dynamic as well as static setups. $default_flavour only applies to index pages, e.g. start page or per year/month/day pages. Thanks to Lilo von Hanffstengel for pointing this out and insisting on me being wrong. :-) --- blosxom.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blosxom.cgi b/blosxom.cgi index 06ca9f7..1d97bc5 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -2,7 +2,7 @@ # Blosxom # Author: Rael Dornfest (2002-2003), The Blosxom Development Team (2005-2008) -# Version: 2.1.0+dev ($Id: blosxom.cgi,v 1.80 2008/07/25 18:22:09 xtaran Exp $) +# Version: 2.1.0+dev ($Id: blosxom.cgi,v 1.81 2008/07/30 17:52:26 xtaran Exp $) # Home/Docs/Licensing: http://blosxom.sourceforge.net/ # Development/Downloads: http://sourceforge.net/projects/blosxom @@ -795,7 +795,7 @@ rss story $title rss story $dw, $da $mo $yr $ti:00 $utc_offset rss story $url/$yr/$mo_num/$da#$fn rss story $path -rss story $url$path/$fn +rss story $url$path/$fn rss story $body rss story -- 2.39.2