Changes for page XWiki Syntax Guide

Last modified by Ludovic Dubost on 2020/07/30 11:21

From version 7.1
edited by Ludovic Dubost
on 2016/10/24 00:53
Change comment: Install extension [org.xwiki.platform:xwiki-platform-help-ui-8.2.1]
To version 8.1
edited by Ludovic Dubost
on 2017/01/07 20:21
Change comment: Install extension [org.xwiki.platform:xwiki-platform-help-ui-8.4.3]

Summary

Details

Page properties
Content
... ... @@ -308,11 +308,11 @@
308 308  ##-----------------------------------------
309 309  ## syntax-page display
310 310  ##-----------------------------------------
311 + #set ($subHeading = '===')
311 311   (% id="syntax-page-content" %)(((
312 312   #if(!$crtSection && !$crtCategory)
313 313   #syntax_displayCategories($syntaxMenu 'syntax.')
314 314   #elseif (!$crtSection)
315 - #set ($subHeading = '===')
316 316   #syntax_displayCategory($crtCategory.children 'syntax.' '==')
317 317   #else
318 318   #syntax_displaySection($crtSection 'syntax.' false)