Skip to content
Snippets Groups Projects
Commit dc9c421b authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-13650: $subHeading appearing in rendering syntax help page

parent c011bc21
No related branches found
No related tags found
No related merge requests found
...@@ -349,11 +349,11 @@ ...@@ -349,11 +349,11 @@
##----------------------------------------- ##-----------------------------------------
## syntax-page display ## syntax-page display
##----------------------------------------- ##-----------------------------------------
#set ($subHeading = '===')
(% id="syntax-page-content" %)((( (% id="syntax-page-content" %)(((
#if(!$crtSection && !$crtCategory) #if(!$crtSection && !$crtCategory)
#syntax_displayCategories($syntaxMenu 'syntax.') #syntax_displayCategories($syntaxMenu 'syntax.')
#elseif (!$crtSection) #elseif (!$crtSection)
#set ($subHeading = '===')
#syntax_displayCategory($crtCategory.children 'syntax.' '==') #syntax_displayCategory($crtCategory.children 'syntax.' '==')
#else #else
#syntax_displaySection($crtSection 'syntax.' false) #syntax_displaySection($crtSection 'syntax.' false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment