summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-css.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-08-10 16:25:45 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-08-10 16:25:45 +0000
commit821f774e9dab9dd3bc81aaf8eca28c4281f12550 (patch)
tree90ef84da6ed69ca11473e3b01b6b545cde6d7ba4 /xslt/docbook/html/db2html-css.xsl
parent4ea90adf6ef272bb26ce444e5a2fdea400ad7c19 (diff)
downloadyelp-xsl-821f774e9dab9dd3bc81aaf8eca28c4281f12550.tar.gz
- Added missing ending brace to docs
* xslt/docbook/html/db2html-block.xsl: - Added missing ending brace to docs * xslt/docbook/html/db2html-division.xsl: - Added callback parameter to db2html.division.div * test/testbook/testbook.xml: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-refentry.xsl: - More consistent refentry output svn path=/trunk/; revision=1011
Diffstat (limited to 'xslt/docbook/html/db2html-css.xsl')
-rw-r--r--xslt/docbook/html/db2html-css.xsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/xslt/docbook/html/db2html-css.xsl b/xslt/docbook/html/db2html-css.xsl
index 0c93146a..466cc06c 100644
--- a/xslt/docbook/html/db2html-css.xsl
+++ b/xslt/docbook/html/db2html-css.xsl
@@ -23,7 +23,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - CSS
-:Requires: db2html-footnote db2html-callout db2html-cmdsynopsis db2html-qanda db2html-refentry gettext theme
+:Requires: db2html-footnote db2html-callout db2html-cmdsynopsis db2html-qanda gettext theme
REMARK: Describe this module
-->
@@ -488,7 +488,6 @@ span.wordasword { font-style: italic; }
<xsl:call-template name="db2html.callout.css"/>
<xsl:call-template name="db2html.cmdsynopsis.css"/>
<xsl:call-template name="db2html.qanda.css"/>
- <xsl:call-template name="db2html.refentry.css"/>
<xsl:call-template name="db2html.css.custom"/>
</xsl:template>