Changes for page XWiki Syntax Guide
Last modified by Ludovic Dubost on 2020/07/30 11:21
From version 9.1
edited by Ludovic Dubost
on 2018/12/09 12:28
on 2018/12/09 12:28
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-help-ui/10.10]
To version 8.1
edited by Ludovic Dubost
on 2017/01/07 20:21
on 2017/01/07 20:21
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-help-ui-8.4.3]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -112,7 +112,7 @@ 112 112 #end 113 113 114 114 ## Add new sections to category children map 115 - #set($child = {'id' : $sectionDoc. documentReference.name.substring(11), 'minSyntax' : $obj.getProperty("minSyntaxId").value, 'maxSyntax' : $obj.getProperty("maxSyntaxId").value, 'name' : $sectionTitle})115 + #set($child = {'id' : $sectionDoc.getName().substring(11), 'minSyntax' : $obj.getProperty("minSyntaxId").value, 'maxSyntax' : $obj.getProperty("maxSyntaxId").value, 'name' : $sectionTitle}) 116 116 $catChildren.add($child) 117 117 #end 118 118 #end