Details
-
Bug
-
Resolution: Fixed
-
Critical
-
7.1.2
-
None
-
Unknown
-
N/A
-
N/A
-
Description
It's used to deal with 1.0 documents footnotes.
## TODO: move that in a place common to old and new rendering footnotes #if ($doc.syntax.toIdString() == 'xwiki/1.0') $services.progress.startStep('Display the footnotes') #set($footnotes = "#putFootnotes()") $xwiki.renderText($footnotes, $doc) $services.progress.endStep() #end
getRenderedContent should do the same thing from what I understand (execute some content in the context of the current document)
Attachments
Issue Links
- is related to
-
XWIKI-12475 Add support for bundling Legacy OldCore
- Closed