Skip to content

Commit

Permalink
bug(#241): with 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jan 28, 2025
1 parent 0b66d1a commit a282fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.
<xsl:output encoding="UTF-8" method="xml"/>
<xsl:template match="/">
<defects>
<xsl:for-each select="//o[@base and @base!='∅' and @base!='@' and @base!='&amp;' and @base!='Q' and @base!='^' and @base!='$' and @base!='&lt;' and not(contains(@base, '.')) and not(@base = //meta[head='alias']/part[1])]">
<xsl:for-each select="//o[@base and @base!='∅' and @base!='@' and @base!='&amp;' and @base!='Q' and @base!='^' and @base!='$' and @base!='&lt;' and not(@ref) and not(contains(@base, '.')) and not(@base = //meta[head='alias']/part[1])]">
<xsl:element name="defect">
<xsl:attribute name="line">
<xsl:value-of select="eo:lineno(@line)"/>
Expand Down

0 comments on commit a282fc2

Please sign in to comment.