fix page header. Must be nav.title - doc.title or pom.name - doc.title
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@381506 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -113,12 +113,12 @@
|
||||
|
||||
<x:if select="$nav/title">
|
||||
<title>
|
||||
${_docTitle}${titleSeparator}${_navTitle}
|
||||
${_navTitle}${titleSeparator}${_docTitle}
|
||||
</title>
|
||||
</x:if>
|
||||
<x:if select="not($nav/title)">
|
||||
<title>
|
||||
${pom.name}${titleSeparator}${_navTitle}
|
||||
${pom.name}${titleSeparator}${_docTitle}
|
||||
</title>
|
||||
</x:if>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user