Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/InseeFr/Eno
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Apr 9, 2020
2 parents 6550a69 + fd6f004 commit e9c5489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<xsl:for-each select="$list_distinct_goto//poguesGoto:gotoValue[number(poguesGoto:From/@position) &lt; number($initial-from/@position)
and number(poguesGoto:To/@position) &gt; number($initial-from/@position)
and number(poguesGoto:To/@position) &lt; number($initial-to/@position)]">
<xsl:sort select="poguesGoto:To/@position" order="ascending"/>
<xsl:sort select="number(poguesGoto:To/@position)" order="ascending"/>
<xsl:copy-of select="."/>
</xsl:for-each>
</poguesGoto:gotoValues>
Expand Down

0 comments on commit e9c5489

Please sign in to comment.