Running pmwiki-2.2.0-beta67. When using ?action=rss, the RSS attributes can be defined via $FeedFmt['rss'], like $FeedFmt['rss']['feed']['TheTag']
However, the "image" tag does not appear to be handled like the others: if you use the example on http://www.pmwiki.org/wiki/PmWiki/WebFeeds $FeedFmt['rss']['feed']['image'] = "<title>Logo title</title> <link>http://example.com/</link> <url>http://example.com/images/logo.gif</url> <width>120</width> <height>60</height>"; there is no "<image></image>" pair around the value defined, as for the other tags. The workaround is to add them in the value, but I suspect it is not the expected behaviour. Any clue ? Christophe _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
