diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 07:08:17 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 07:08:17 +0000 |
commit | 9f96d6383157631aa9a8d087b3966d47e7b06899 (patch) | |
tree | cb7b064cb0e329f8334d9bca1592af674d26ac4a /kdoctools/customization/kde-style.xsl | |
parent | 73a98149e76c195571c8b9b3ecd6753f204ccd97 (diff) | |
download | tdelibs-9f96d6383157631aa9a8d087b3966d47e7b06899.tar.gz tdelibs-9f96d6383157631aa9a8d087b3966d47e7b06899.zip |
Repair accidental damage to meinproc/docbook caused by prior commit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211188 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/customization/kde-style.xsl')
-rw-r--r-- | kdoctools/customization/kde-style.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdoctools/customization/kde-style.xsl b/kdoctools/customization/kde-style.xsl index 9511539fa..03e8bc987 100644 --- a/kdoctools/customization/kde-style.xsl +++ b/kdoctools/customization/kde-style.xsl @@ -43,8 +43,8 @@ </span> </xsl:template> -<xsl:template match="tqreplaceable" priority="1"> - <span class="tqreplaceable"> +<xsl:template match="replaceable" priority="1"> + <span class="replaceable"> <xsl:call-template name="inline.italicmonoseq"/> </span> </xsl:template> |