Skip to content
Snippets Groups Projects
Commit 918de6dc authored by jlanuti's avatar jlanuti
Browse files

[144125] fix for sorting plugins in usage scan

parent 75fce9a8
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
<th>Instantiate</th>
</tr>
<xsl:for-each select="plugin">
<xsl:sort select="@name"/>
<xsl:sort select="@id"/>
<xsl:apply-templates select="." />
</xsl:for-each>
</table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment