]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug 3545150 where procedure/step/title not rendered in man pages.
authorBob Stayton <bobs@sagehill.net>
Mon, 22 Oct 2012 20:30:36 +0000 (20:30 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 22 Oct 2012 20:30:36 +0000 (20:30 +0000)
xsl/manpages/lists.xsl

index 42d487fa83be58cb93c502de9ddcf9bfd36abc83..7e84cb4cfc057546ee0d209ab7be6a1dfc1d84d6 100644 (file)
 </xsl:template>
 
 <xsl:template match="orderedlist/listitem|procedure/step">
+  <xsl:if test="title">
+    <xsl:text>.PP&#10;</xsl:text>
+    <xsl:call-template name="bold">
+      <xsl:with-param name="node" select="title"/>
+      <xsl:with-param name="context" select="."/>
+    </xsl:call-template>
+  </xsl:if>
   <xsl:text>&#10;</xsl:text>
   <xsl:text>.sp</xsl:text>
   <xsl:text>&#10;</xsl:text>