diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-14 21:55:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-14 21:55:58 -0600 |
commit | 2259d55a3971d050e40234a92d9753143cab0e09 (patch) | |
tree | 651a6cdf44c2119a3cb143d83d08d445edefc5a9 /kdoctools/customization | |
parent | 56068041d48d50d58cefdaa37754cb6f6f4d93f6 (diff) | |
download | tdelibs-2259d55a3971d050e40234a92d9753143cab0e09.tar.gz tdelibs-2259d55a3971d050e40234a92d9753143cab0e09.zip |
Fix htdig index build failure using suggested patch from KDE bug 209415
This relates to Bug 370
Diffstat (limited to 'kdoctools/customization')
-rw-r--r-- | kdoctools/customization/htdig_index.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdoctools/customization/htdig_index.xsl b/kdoctools/customization/htdig_index.xsl index 7aa91136a..4d479825b 100644 --- a/kdoctools/customization/htdig_index.xsl +++ b/kdoctools/customization/htdig_index.xsl @@ -35,7 +35,7 @@ </entry> </xsl:template> -<xsl:template match="sect*/title|emphasis"> +<xsl:template match="*[starts-with(local-name(), 'sect')]/title|emphasis"> <entry header="2"> <xsl:apply-templates/> </entry> |