[yelp-xsl] [db2html-inline] Generate sgmlcomment delimiters for DocBook 5
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] [db2html-inline] Generate sgmlcomment delimiters for DocBook 5
- Date: Fri, 21 May 2010 23:34:38 +0000 (UTC)
commit 8225eddc295dbebd6510d2d1f9facaf3bfeaf933
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date: Sat Apr 10 21:55:36 2010 +0000
[db2html-inline] Generate sgmlcomment delimiters for DocBook 5
Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>
xslt/docbook/html/db2html-inline.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl
index aa7a7ac..3175f5e 100644
--- a/xslt/docbook/html/db2html-inline.xsl
+++ b/xslt/docbook/html/db2html-inline.xsl
@@ -1077,7 +1077,7 @@ FIXME
<xsl:apply-templates/>
<xsl:text>:</xsl:text>
</xsl:when>
- <xsl:when test="@class = 'sgmlcomment'">
+ <xsl:when test="@class = 'sgmlcomment' or @class = 'comment'">
<xsl:text><!--</xsl:text>
<xsl:apply-templates/>
<xsl:text>--></xsl:text>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]