Patch for fixing the feeds: this is a test finally, I managed to repair the feed plugin. Actually, ''[NiKO]'' in the channel ''#dokuwiki'' in [[http://freenode.net|Freenode]] pointed me to the right patch: === modified file 'lib/plugins/blog/inc/feed.php' --- lib/plugins/blog/inc/feed.php +++ lib/plugins/blog/inc/feed.php @@ -160,6 +160,7 @@ '!

(.*?)

!s' => '', // remove title '##e' => '', // remove section edit buttons '!
.*?(
)!s' => '', // remove category tags + '!
.*?(
)!s' => '', // remove category tags // '!!s' => "\n\n", // end of paragraphs // '!!s' => '* ', // list items // '!<(br.*|/li|/ul|/ol|/tr|/th|/table)>!s' => "\n" // line breaks
There seems to be a bug in the template, which outputs some other ''
'' block. hmrpf