Major problem with TOC macro after upgrade to 10.11.9

Just successfully upgraded from 8.4.2 to 10.11.9… or so I thought. My team took a day to check everything out but missed the following problems:

The table of contents (TOC macro) now hard codes a terrible, unformatted table of contents instead of rendering the TOC each time the page loads. This means that our table of contents look fine until we change the page.

Example:

In the source page, our code should look like this:

{{box cssClass=“floatinginfobox” title=“Contents”}}
{{toc /}}
{{/box}}

But now after saving, looks like this:

{{box cssClass=“floatinginfobox” title=“Contents”}}
Outline 1
Outline Level 2 <hard coded, unformatted data instead of macro
Outline Level 3
{{/box}}

We have a 23 gigabyte wiki that gets updated every day… I would hate to rollback because we’ve been updating all week, not realizing the flaw. Please help!

P.S. We ran into a problem with the Tooltip macro, but this one is the most urgent

Upgrading the CKEditor Integration extension to v1.37 from the Extension Manager should fix the issue (you may need to clear the browser cache). See https://jira.xwiki.org/browse/CKEDITOR-308 .

Thank you, this did correct the problem.