summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-block.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/docbook/html/db2html-block.xsl')
-rw-r--r--xslt/docbook/html/db2html-block.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/xslt/docbook/html/db2html-block.xsl b/xslt/docbook/html/db2html-block.xsl
index 75a5f80a..6b9fce2d 100644
--- a/xslt/docbook/html/db2html-block.xsl
+++ b/xslt/docbook/html/db2html-block.xsl
@@ -716,6 +716,10 @@ This template handles conditional processing.
<xsl:when test="$language = 'dos'">
<xsl:text>dos</xsl:text>
</xsl:when>
+ <!-- Ducktype -->
+ <xsl:when test="$language = 'ducktype'">
+ <xsl:text>ducktype</xsl:text>
+ </xsl:when>
<!-- Embedded Ruby -->
<xsl:when test="$language = 'erb'">
<xsl:text>erb</xsl:text>