diff --git a/documentation-ui/src/main/resources/DocApp/Code/DocumentationNavigationPanel.xml b/documentation-ui/src/main/resources/DocApp/Code/DocumentationNavigationPanel.xml index ab42789..0aa0819 100644 --- a/documentation-ui/src/main/resources/DocApp/Code/DocumentationNavigationPanel.xml +++ b/documentation-ui/src/main/resources/DocApp/Code/DocumentationNavigationPanel.xml @@ -183,7 +183,7 @@ #getProduct($product) #getProductName($product $productName) #set ($discard = $xwiki.jsx.use('DocApp.Code.DocumentationNavigationPanel')) - #panelheader("$productName for ${stringtool.capitalize($target)}s") + #panelheader("${stringtool.capitalize($productName)} for ${stringtool.capitalize($target)}s") ## Escape special characters in macro parameter values. #set ($openToDoc = $doc.documentReference.toString().replaceAll('([~"])', '~$1')) ## TODO: Code below to be removed once https://jira.xwiki.org/browse/XWIKI-23621 is implemented and the parent POM