You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/04/07 16:12:22 UTC

svn commit: r526437 - /forrest/trunk/whiteboard/forrestdoc/src/resources/javadoc/xml2dot.xsl

Author: crossley
Date: Sat Apr  7 07:12:22 2007
New Revision: 526437

URL: http://svn.apache.org/viewvc?view=rev&rev=526437
Log:
Fix collapsed space in xsl:text following xmlformat.

Modified:
    forrest/trunk/whiteboard/forrestdoc/src/resources/javadoc/xml2dot.xsl

Modified: forrest/trunk/whiteboard/forrestdoc/src/resources/javadoc/xml2dot.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/src/resources/javadoc/xml2dot.xsl?view=diff&rev=526437&r1=526436&r2=526437
==============================================================================
--- forrest/trunk/whiteboard/forrestdoc/src/resources/javadoc/xml2dot.xsl (original)
+++ forrest/trunk/whiteboard/forrestdoc/src/resources/javadoc/xml2dot.xsl Sat Apr  7 07:12:22 2007
@@ -170,7 +170,7 @@
           <xsl:with-param name="input" select="returns/classref/@name" />
           <xsl:with-param name="marker" select="'.'" />
         </xsl:call-template>
-        <xsl:text></xsl:text>
+        <xsl:text> </xsl:text>
         <xsl:value-of select="@name" />( <!--
               -->
         <xsl:for-each select = "parameter">