diff options
| -rw-r--r-- | src/steps/plan.xsl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/steps/plan.xsl b/src/steps/plan.xsl index acc25ec..33acd21 100644 --- a/src/steps/plan.xsl +++ b/src/steps/plan.xsl @@ -51,7 +51,7 @@  	</task>  </xsl:template> -<xsl:template match="node/file[@extension = '.css']"> +<xsl:template match="node/file[@extension != '.xsl']">  	<xsl:variable name="base_path" select="../../path"/>  	<task type="link"> | 
