Using Drupal 6.4, I've noticed that if I enable the 'HTML Corrector' filter at the same time as 'headings to anchors' and 'table of contents' the table of contents do not display, instead the tag

is visible when I view the page.

Comments

deviantintegral’s picture

Status: Active » Closed (won't fix)

Yes, this is an issue with the HTML corrector module: #222926: htmlcorrector filter escapes HTML comments. Once that issue is closed, this will go away. The solution currently is to have the HTML corrector filter run after the table of contents filter.

--Andrew