mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Bug 504947 - Some Virus Scans report Trojan horse in 485217.xsl rs=mrbkap
This commit is contained in:
parent
b724fe57d4
commit
1146b0679f
@ -2,7 +2,7 @@
|
||||
|
||||
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:key name="label" match="item2" use="w00t()"/>
|
||||
<xsl:key name="label" match="item2" use="undeclaredfunc()"/>
|
||||
|
||||
<xsl:template match="root">
|
||||
<xsl:for-each select="//item1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user