diff --git a/doc/src/sgml/stylesheet-man.xsl b/doc/src/sgml/stylesheet-man.xsl
index f5c890ef609e589f79a850fd8ba02c529d976db5..66d6733899a3a04b7bd8dee3ecb7fb9e06e0a1f4 100644
--- a/doc/src/sgml/stylesheet-man.xsl
+++ b/doc/src/sgml/stylesheet-man.xsl
@@ -173,6 +173,13 @@
   </xsl:template>
 
 
+  <!-- https://sourceforge.net/tracker/?func=detail&aid=3545150&group_id=21935&atid=373747 -->
+  <xsl:template match="step/title">
+    <xsl:apply-templates/>
+    <xsl:text>: </xsl:text>
+  </xsl:template>
+
+
 <!-- Gentext customization -->
 
 <!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html -->