0.8.6.33:
[sbcl.git] / doc / html_chunk.xsl
index a2bb88f..b6b685d 100644 (file)
@@ -5,5 +5,12 @@
 <xsl:import href="docbook_chunk.xsl"/>
 <xsl:param name="use.id.as.filename" select="1"/>
 
+<!-- Force TT HTML markup for <type> DocBook markup -->
+<xsl:template match="type">
+<tt xmlns="http://www.w3.org/1999/xhtml" class="type">
+  <xsl:value-of select="."/>
+</tt>
+</xsl:template>
+
 </xsl:stylesheet>