Skip to content
Snippets Groups Projects
Commit e7aa4388 authored by Clemens Robbenhaar's avatar Clemens Robbenhaar
Browse files

XWIKI-12793: Categories missing in breadcrumbs in print view of the Syntax Help page

* remove "suppress navigation in print view" CSS
 which is considered harmful here
parent 75d8ff04
No related branches found
No related tags found
No related merge requests found
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
#syntaxSwitch() #syntaxSwitch()
((( (((
#set ($query = "syntax=$escapetool.url(${crtSyntaxVer})${extraParams}") #set ($query = "syntax=$escapetool.url(${crtSyntaxVer})${extraParams}")
#if ($crtCategory){{html}}<a href="${doc.getURL('view', ${query})}">$syntaxTitle</a>{{/html}}#{else}(% class="current" %)$syntaxTitle#{end}#if ($crtCategory) (% class="separator" %)» #if ($crtSection){{html}}<a href="${crtCategory.url}">${crtCategory.name}</a>{{/html}}#{else}(% class="current" %)${crtCategory.name}#{end}#if ($crtSection) (% class="separator" %)» (% class="current" %)${crtSection.name}#end#end #if ($crtCategory){{html}}<a href="${doc.getURL('view', ${query})}">$syntaxTitle</a>{{/html}}#{else}(% class="current" %)$syntaxTitle#{end}#if ($crtCategory) » #if ($crtSection){{html}}<a href="${crtCategory.url}">${crtCategory.name}</a>{{/html}}#{else}(% class="current" %)${crtCategory.name}#{end}#if ($crtSection) » (% class="current" %)${crtSection.name}#end#end
))) )))
== $syntaxTitle: $sectionName == == $syntaxTitle: $sectionName ==
......
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