Skip to content
Snippets Groups Projects
Commit 3d03c97a authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Show step titles in the pg_upgrade man page

The upstream XSLT stylesheets missed that case.

found by Álvaro Herrera
parent 82b7faa3
No related branches found
No related tags found
No related merge requests found
......@@ -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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment