diff options
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r-- | man/custom-html.xsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl index c612baf4d8..c4099b26ba 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -65,6 +65,11 @@ </xsl:attribute> <xsl:text>gudev </xsl:text> </a> + + <span style="float:right"> + <xsl:text>systemd </xsl:text> + <xsl:value-of select="$systemd.version"/> + </span> <hr/> </xsl:template> |