diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-18 14:35:15 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-18 14:35:15 -0600 |
commit | f7e55c95560682551bdd023e6e58324d0be7888d (patch) | |
tree | 09c941b0d4098273dfe1fbecfe16febbeaa37791 /kdoctools/customization/tde-chunk.xsl | |
parent | 62c8dabd2e584d9fd37cf15014e193ac20758c41 (diff) | |
download | tdelibs-f7e55c95560682551bdd023e6e58324d0be7888d.tar.gz tdelibs-f7e55c95560682551bdd023e6e58324d0be7888d.zip |
Minor kdoctools renaming cleanup.
Diffstat (limited to 'kdoctools/customization/tde-chunk.xsl')
-rw-r--r-- | kdoctools/customization/tde-chunk.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdoctools/customization/tde-chunk.xsl b/kdoctools/customization/tde-chunk.xsl index cfe2dd7c1..54ca62b29 100644 --- a/kdoctools/customization/tde-chunk.xsl +++ b/kdoctools/customization/tde-chunk.xsl @@ -40,10 +40,10 @@ <xsl:param name="generate.component.toc">0</xsl:param> <xsl:param name="use.extensions">0</xsl:param> <xsl:param name="admon.graphics">0</xsl:param> -<xsl:param name="kde.common">help:/common/</xsl:param> -<xsl:param name="html.stylesheet" select="concat($kde.common,'tde-default.css')"/> -<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> -<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> +<xsl:param name="tde.common">help:/common/</xsl:param> +<xsl:param name="html.stylesheet" select="concat($tde.common,'tde-default.css')"/> +<xsl:param name="admon.graphics.path"><xsl:value-of select="tde.common"/></xsl:param> +<xsl:param name="callout.graphics.path"><xsl:value-of select="tde.common"/></xsl:param> <xsl:param name="generate.toc"> appendix toc,title |