From f5f2e85c3989d1ea34fe972869da98d5c91639ae Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Mon, 8 Dec 2008 21:12:18 +0000 Subject: - s/language/lang/ * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-block.xsl: - s/language/lang/ svn path=/trunk/; revision=1133 --- ChangeLog | 6 ++++++ xslt/docbook/html/db2html-block.xsl | 10 +++++----- xslt/docbook/html/db2html-inline.xsl | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e49f1d..fbc6002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-08 Shaun McCance + + * xslt/docbook/html/db2html-inline.xsl: + * xslt/docbook/html/db2html-block.xsl: + - s/language/lang/ + 2008-12-08 Shaun McCance * xslt/docbook/html/db2html-block.xsl: diff --git a/xslt/docbook/html/db2html-block.xsl b/xslt/docbook/html/db2html-block.xsl index 93f76df..c60e8c2 100644 --- a/xslt/docbook/html/db2html-block.xsl +++ b/xslt/docbook/html/db2html-block.xsl @@ -64,7 +64,7 @@ is then used by the CSS for styling. - + @@ -139,7 +139,7 @@ element. It is called by *{db2html.block} for formal block elements. - + @@ -197,7 +197,7 @@ element. select="not($node/preceding-sibling::* [not(self::blockinfo) and not(self::title) and not(self::titleabbrev) and not(self::attribution) ])"/> - + @@ -257,7 +257,7 @@ This template creates an HTML #{p} element for the given DocBook element. select="not($node/preceding-sibling::* [not(self::blockinfo) and not(self::title) and not(self::titleabbrev) and not(self::attribution) ])"/> - + @@ -325,7 +325,7 @@ template. not(self::titleabbrev) and not(self::attribution) ])"/> - + diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl index 5371713..60f628d 100644 --- a/xslt/docbook/html/db2html-inline.xsl +++ b/xslt/docbook/html/db2html-inline.xsl @@ -56,7 +56,7 @@ REMARK: Document this template - + -- cgit v1.2.1