summaryrefslogtreecommitdiffstats
path: root/kdoctools/docbook/xsl/common/ChangeLog
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 07:08:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 07:08:17 +0000
commit9f96d6383157631aa9a8d087b3966d47e7b06899 (patch)
treecb7b064cb0e329f8334d9bca1592af674d26ac4a /kdoctools/docbook/xsl/common/ChangeLog
parent73a98149e76c195571c8b9b3ecd6753f204ccd97 (diff)
downloadtdelibs-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/common/ChangeLog')
-rw-r--r--kdoctools/docbook/xsl/common/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdoctools/docbook/xsl/common/ChangeLog b/kdoctools/docbook/xsl/common/ChangeLog
index 30e0ac23c..345318102 100644
--- a/kdoctools/docbook/xsl/common/ChangeLog
+++ b/kdoctools/docbook/xsl/common/ChangeLog
@@ -285,7 +285,7 @@
* common.xsl: Don't use SVG graphics if use.svg=0
- * table.xsl: Support template to tqfind out if there are more columns in the current row of a table
+ * table.xsl: Support template to find out if there are more columns in the current row of a table
2003-04-05 Robert Stayton <[email protected]>
@@ -613,7 +613,7 @@
* .cvsignore, Makefile, l10n.xml: Added Ukranian
- * table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of tqalignments needs to be added along the same lines
+ * table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of alignments needs to be added along the same lines
2001-10-14 Norman Walsh <[email protected]>
@@ -672,9 +672,9 @@
back to the two-letter lang code if a longer lang
does not have a <lang>.xml localization file.
And it falls back to the default lang if it can't
- tqfind that either.
+ find that either.
- Also fixed a bug for tqfinding the lang attribute.
+ Also fixed a bug for finding the lang attribute.
It was using the last() function, but in an
ancestor-or-self node set you want the first ancestor
(closest) with a lang value.