Show
Ignore:
Timestamp:
09/27/08 22:33:31 (3 months ago)
Author:
david
Message:

fixed copy/paste mistake in [2953]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/config/xsl/_common.xsl

    r2953 r2954  
    3333   
    3434  <xsl:template match="envelope_0_11:configurations"> 
    35     <xsl:call-template name="_common-migrate-envelope" /> 
     35    <xsl:call-template name="_common-migrate-envelope-element" /> 
    3636  </xsl:template> 
    3737  <xsl:template match="envelope_0_11:configuration"> 
    38     <xsl:call-template name="_common-migrate-envelope" /> 
     38    <xsl:call-template name="_common-migrate-envelope-element" /> 
    3939  </xsl:template> 
    4040  <xsl:template match="envelope_0_11:sandbox"> 
    41     <xsl:call-template name="_common-migrate-envelope" /> 
     41    <xsl:call-template name="_common-migrate-envelope-element" /> 
    4242  </xsl:template> 
    4343  <xsl:template match="envelope_0_11:parameters"> 
    44     <xsl:call-template name="_common-migrate-envelope" /> 
     44    <xsl:call-template name="_common-migrate-envelope-element" /> 
    4545  </xsl:template> 
    4646  <xsl:template match="envelope_0_11:parameter"> 
    47     <xsl:call-template name="_common-migrate-envelope" /> 
     47    <xsl:call-template name="_common-migrate-envelope-element" /> 
    4848  </xsl:template> 
    4949