Skip to content

Commit

Permalink
feat(objectionary#115): check line only
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jan 3, 2025
1 parent 9e28691 commit 92d4179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<xsl:output encoding="UTF-8" method="xml"/>
<xsl:template match="/">
<defects>
<xsl:for-each select="//o[@pos and not(number(@line))]">
<xsl:for-each select="//o[not(@line)]">
<xsl:element name="defect">
<xsl:attribute name="line">
<xsl:value-of select="eo:lineno(@line)"/>
Expand Down

0 comments on commit 92d4179

Please sign in to comment.