Issue:Test:Section inclusion does not work in 1.7.6

From FollowTheScore
Jump to: navigation, search
Description: Labeled sections of a page are not included in DPL output
Extension / Version: DPL   /   1.7.6 on MediaWiki 1.15.1
Type / Status: Bug   /   open

Problem

I would like to include text labeled with <section> tags in DPL output. I find that the provided test example of this function here fails on my wiki. The content of the sections <sec1> <sec2> is not included in the output (but listseparators do appear as expected in the right number, indicating DPL is iterating through the labeled sections correctly, but not outputing the contents to the DPL report). I am on Mediawiki 1.15.1, DynamicPageList 1.7.6, and I have installed the labeled section transclusion extension.

Reply