We converted exclusively to https links so the generator should wrap
those in appropriate link tags too.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
<xsl:value-of select="$token"/>
</a>
</xsl:when>
+ <xsl:when test="starts-with($token, 'https://')">
+ <a href="{$token}">
+ <xsl:value-of select="$token"/>
+ </a>
+ </xsl:when>
<xsl:when test="starts-with($token, '<http://') and contains($token, '>')">
<xsl:variable name="link"
select="substring(substring-before($token, '>'), 2)"/>