Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down