diff options
-rw-r--r-- | helpcontent2/wiki-to-help/htmlhelp.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/wiki-to-help/htmlhelp.xsl b/helpcontent2/wiki-to-help/htmlhelp.xsl index 93d9712038..ad815b6e1d 100644 --- a/helpcontent2/wiki-to-help/htmlhelp.xsl +++ b/helpcontent2/wiki-to-help/htmlhelp.xsl @@ -16,8 +16,8 @@ ******************************************************************** --> -<xsl:import href="xsl/html/chunk.xsl"/> +<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/1.76.1/html/chunk.xsl"/> <xsl:param name="htmlhelp.use.hhk" select="1"></xsl:param> -<xsl:include href="xsl/htmlhelp/htmlhelp-common.xsl"/> +<xsl:include href="/usr/share/xml/docbook/stylesheet/nwalsh/1.76.1/htmlhelp/htmlhelp-common.xsl"/> </xsl:stylesheet> |