doc title wasn't translated in breadcrumbs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@202227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-06-28 15:36:56 +00:00
parent a799b4681d
commit 49539a7bbc

View File

@ -248,7 +248,7 @@
</j:if>
<j:if test="${!empty( breadcrumbsUsed )}">
<jsl:applyTemplates select="$nav/body/breadcrumbs" />
${pom.name}&#160;<span class="separator">&gt;</span>&#160;${docTitle}
${pom.name}&#160;<span class="separator">&gt;</span>&#160;${_docTitle}
</j:if>
</div>