0.8.6.33:
authorKevin Rosenberg <kevin@rosenberg.net>
Mon, 8 Dec 2003 19:15:08 +0000 (19:15 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Mon, 8 Dec 2003 19:15:08 +0000 (19:15 +0000)
* doc/html_chunk.xsl: Apply patch from Miles Egan to use TT markup
on Docbook TYPE tag.

doc/html_chunk.xsl
version.lisp-expr

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>
 
index 5638aac..212ebf9 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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"