server/executionhandlers/ruby/dsl_to_dslx.xsl in cpee-2.1.69 vs server/executionhandlers/ruby/dsl_to_dslx.xsl in cpee-2.1.70

- old
+ new

@@ -433,10 +433,10 @@ <xsl:with-param name="i">1</xsl:with-param> <xsl:with-param name="count"> <xsl:value-of select="$myspace+$myspacemultiplier"/> </xsl:with-param> </xsl:call-template> - <xsl:text>parallel_branch data do |local|</xsl:text> + <xsl:text>parallel_branch do |local|</xsl:text> <xsl:call-template name="print-newline"/> <xsl:apply-templates> <xsl:with-param name="myspace"> <xsl:value-of select="$myspace+$myspacemultiplier"/> </xsl:with-param>