There is 1 comment.
 
 
XWiki Rendering / cid:jira-generated-image-avatar-71e3766c-3fbd-462a-854e-0f16a617850e XRENDERING-800 Open

ToC entries missing last char of headings if non-alphanumeric

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-b68eeb16-0c44-4f78-80fb-b163baf540d9 metawiki on 09/Feb/26 17:42
 

Hi Thomas,

interesting, thanks for pointing this out.

The sidebar TOC is simply on a custom panel containing the following velocity code / TOC macro:

{{velocity}}
#panelheader('Inhalt dieser Seite')

{{context document="$services.model.serialize($doc.documentReference)" transformationContext="document"}}
{{toc/}}
{{/context}}

#panelfooter()
{{/velocity}} 

Based on this, admittedly, rather dated solution from the forum: https://forum.xwiki.org/t/table-of-contents-in-a-right-panel/6843 

Regards