You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/19 15:19:30 UTC

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

Author: brett
Date: Thu May 19 06:19:28 2005
New Revision: 170921

URL: http://svn.apache.org/viewcvs?rev=170921&view=rev
Log:
fix nbsp references

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=170921&r1=170920&r2=170921&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 Thu May 19 06:19:28 2005
@@ -172,7 +172,7 @@
 	        </j:if>  	        
 	        <j:if test="${!empty( breadcrumbsUsed )}">	        
              <jsl:applyTemplates select="$nav/body/breadcrumbs" />
-             ${pom.name}&nbsp;<span class="separator">&gt;</span>&nbsp;${docTitle}   
+             ${pom.name}&#160;<span class="separator">&gt;</span>&#160;${docTitle}   
           </j:if>             
         </div>
                              
@@ -384,7 +384,7 @@
       <j:set var="_name"><x:expr select="@name"/></j:set>
       <j:set var="_link"><x:expr select="@href"/></j:set>     
       <a href="${_link}">${_name}</a>
-      &nbsp;<span class="separator">&gt;</span>&nbsp;
+      &#160;<span class="separator">&gt;</span>&#160;
     </x:forEach>
   </jsl:template>
   



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