Skip to content

Commit

Permalink
Several flavours. Fix html report
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Aug 5, 2024
1 parent bd4f903 commit bd86bac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@
<!-- Validation Information -->
<xsl:template match="details/rule">

<xsl:param name="idWithDots" select="concat(@clause, 't', @testNumber)"/>
<xsl:param name="id" select="translate($idWithDots, '.', '_')"/>
<xsl:param name="idWithDots" select="concat(../../@profileName, @clause, 't', @testNumber)"/>
<xsl:param name="id" select="translate($idWithDots, '.+ -/', '_____')"/>

<xsl:variable name="wikiLinkEnd">
<xsl:choose>
Expand Down

0 comments on commit bd86bac

Please sign in to comment.