[Bug 19135] TOC are not generated properly

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19135

--- Comment #5 from Doug Schepers <schepers@w3.org> 2012-10-04 00:26:49 UTC ---
This is because I'm making a custom TOC in the skin using 
  $sections = $parseroutput->getSections()
with 
  $wgHooks['OutputPageParserOutput']

This works fine on pages without templates, but when I use it on pages with
templates, it only outputs the template headings... the regular TOC (when
enabled in prefs) works correctly...

I'm investigating this, but the TOC is disabled for now

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 4 October 2012 00:26:50 UTC