Änderungen von Dokument Children Macro
Zuletzt geändert von admin am 2026/07/07 19:04
Zusammenfassung
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- XWiki.WikiMacroClass[0]
-
- Makro-Code
-
... ... @@ -2,7 +2,7 @@ 2 2 ## Escape special characters in the macro parameter value. 3 3 #set ($sort = $xcontext.macro.params.sort.replaceAll('([~"])', '~$1')) 4 4 #if ("$!xcontext.macro.params.root" != '') 5 - #set ($root = $xcontext.macro.params.root .replaceAll('([~"])', '~$1'))5 + #set ($root = $xcontext.macro.params.root) 6 6 #else 7 7 #set ($root = 'document:') 8 8 #end