diff options
author | Adrian Kummerlaender | 2018-11-13 19:05:02 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2018-11-13 19:05:02 +0100 |
commit | 0b84f519cb418d32c0fd62f9c6c852ee31f7c926 (patch) | |
tree | c9891ee459d1091b72a51ddecb4a270d86de024d /src | |
parent | 2bd57a21c6159ab69c79e52d44120ddf29b506a8 (diff) | |
download | StaticXSLT-0b84f519cb418d32c0fd62f9c6c852ee31f7c926.tar StaticXSLT-0b84f519cb418d32c0fd62f9c6c852ee31f7c926.tar.gz StaticXSLT-0b84f519cb418d32c0fd62f9c6c852ee31f7c926.tar.bz2 StaticXSLT-0b84f519cb418d32c0fd62f9c6c852ee31f7c926.tar.lz StaticXSLT-0b84f519cb418d32c0fd62f9c6c852ee31f7c926.tar.xz StaticXSLT-0b84f519cb418d32c0fd62f9c6c852ee31f7c926.tar.zst StaticXSLT-0b84f519cb418d32c0fd62f9c6c852ee31f7c926.zip |
Diffstat (limited to 'src')
-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"> |