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:
aheritier
2006-02-28 00:29:12 +00:00
parent 28663632e1
commit 3f032a7a67

View File

@@ -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>