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/docbook/xsl/html/param.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/docbook/xsl/html/param.xsl')
-rw-r--r-- | kdoctools/docbook/xsl/html/param.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdoctools/docbook/xsl/html/param.xsl b/kdoctools/docbook/xsl/html/param.xsl index 772e6727f..b1d7ef8ad 100644 --- a/kdoctools/docbook/xsl/html/param.xsl +++ b/kdoctools/docbook/xsl/html/param.xsl @@ -35,9 +35,9 @@ <xsl:param name="callout.graphics.number.limit" select="'15'"/> <xsl:param name="callout.graphics.path" select="'images/callouts/'"/> <xsl:param name="callout.list.table" select="'1'"/> -<xsl:param name="callout.tqunicode" select="0"/> -<xsl:param name="callout.tqunicode.number.limit" select="'10'"/> -<xsl:param name="callout.tqunicode.start.character" select="10102"/> +<xsl:param name="callout.unicode" select="0"/> +<xsl:param name="callout.unicode.number.limit" select="'10'"/> +<xsl:param name="callout.unicode.start.character" select="10102"/> <xsl:param name="callouts.extension" select="'1'"/> <xsl:param name="chapter.autolabel" select="1"/> <xsl:param name="chunk.first.sections" select="0"/> @@ -177,7 +177,7 @@ set toc,title <xsl:param name="htmlhelp.show.toolbar.text" select="1"/> <xsl:param name="htmlhelp.title" select="''"/> <xsl:param name="htmlhelp.use.hhk" select="0"/> -<xsl:param name="htmlhelp.window.tqgeometry"/> +<xsl:param name="htmlhelp.window.geometry"/> <xsl:param name="img.src.path"/> <xsl:param name="index.on.role" select="0"/> <xsl:param name="index.on.type" select="0"/> |