You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/06/01 23:20:12 UTC

svn commit: r179425 - /maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl

Author: aheritier
Date: Wed Jun  1 14:20:12 2005
New Revision: 179425

URL: http://svn.apache.org/viewcvs?rev=179425&view=rev
Log:
Fix MPXDOC-145 : Spaces in menu titles are replaced by _

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl?rev=179425&r1=179424&r2=179425&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl Wed Jun  1 14:20:12 2005
@@ -611,7 +611,7 @@
     <j:choose>
       <j:when test="${!empty(_menuName)}">
         <div id="menu${_menuName}">
-          <h5>${_menuName}</h5>
+          <h5><x:expr select="@name"/></h5>
           <ul><jsl:applyTemplates select="item"/></ul>
         </div>
       </j:when>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org