Skip to content

Commit 8701a06

Browse files
authored
fix policheck (#689)
* fix policheck * update format
1 parent ee8eba5 commit 8701a06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monodoc/Resources/mdoc-html-utils.xsl

+3-3
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@
24172417
</xsl:when>
24182418
<xsl:when test="$arglist = '' and $rest = ''">
24192419
<xsl:message terminate="yes">
2420-
!WTF? arglist=<xsl:value-of select="$arglist" />; rest=<xsl:value-of select="$rest" />
2420+
arglist=<xsl:value-of select="$arglist" />; rest=<xsl:value-of select="$rest" />
24212421
</xsl:message>
24222422
</xsl:when>
24232423
<xsl:when test="starts-with ($rest, '>')">
@@ -2434,7 +2434,7 @@
24342434
</xsl:when>
24352435
<xsl:otherwise>
24362436
<xsl:message terminate="yes">
2437-
!WTF 2? arglist=<xsl:value-of select="$arglist" />; rest=<xsl:value-of select="$rest" />
2437+
arglist=<xsl:value-of select="$arglist" />; rest=<xsl:value-of select="$rest" />
24382438
</xsl:message>
24392439
</xsl:otherwise>
24402440
</xsl:choose>
@@ -2483,7 +2483,7 @@ SkipTypeArgument: invalid type substring '<xsl:value-of select="$s" />'
24832483
</xsl:when>
24842484
<xsl:otherwise>
24852485
<xsl:message>
2486-
! WTF3: s=<xsl:value-of select="$s" />; r=<xsl:value-of select="$r" />
2486+
s=<xsl:value-of select="$s" />; r=<xsl:value-of select="$r" />
24872487
</xsl:message>
24882488
</xsl:otherwise>
24892489
</xsl:choose>

0 commit comments

Comments
 (0)