* doc/html_chunk.xsl: Apply patch from Miles Egan to use TT markup
on Docbook TYPE tag.
<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>
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.6.32"
+"0.8.6.33"