diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-10-06 21:22:00 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-10-06 21:22:00 +1100 |
commit | 8a483fde0b0fde6787ab339fa702db8fe600e5b6 (patch) | |
tree | 89db53708a0f5467505aa36f8948e700012aa363 /LUFA | |
parent | 13c2d91d27cc00959b3214fab606a9a9c97bd007 (diff) | |
download | lufa-8a483fde0b0fde6787ab339fa702db8fe600e5b6.tar.gz lufa-8a483fde0b0fde6787ab339fa702db8fe600e5b6.tar.bz2 lufa-8a483fde0b0fde6787ab339fa702db8fe600e5b6.zip |
Update to AS7 integration binary with corrected ASF version detection.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt | 4 | ||||
-rw-r--r-- | LUFA/StudioIntegration/VSIX/LUFA.dll | bin | 782848 -> 782848 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt index 1f56d69c6..8422fe294 100644 --- a/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt +++ b/LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt @@ -25,7 +25,7 @@ </xsl:template> <!-- Update the LUFA help package file name --> - <xsl:template match="xhtml:div[@class='package']/xhtml:span"> + <xsl:template match="xhtml:div[@class='package']/xhtml:span[@class='name']"> <xsl:copy> <xsl:copy-of select="@class"/> @@ -35,7 +35,7 @@ </xsl:copy> </xsl:template> - <xsl:template match="xhtml:div[@class='package']/xhtml:a"> + <xsl:template match="xhtml:div[@class='package']/xhtml:a[@class='current-link']"> <xsl:copy> <xsl:copy-of select="@class"/> diff --git a/LUFA/StudioIntegration/VSIX/LUFA.dll b/LUFA/StudioIntegration/VSIX/LUFA.dll Binary files differindex dce466375..4f8ea43bf 100644 --- a/LUFA/StudioIntegration/VSIX/LUFA.dll +++ b/LUFA/StudioIntegration/VSIX/LUFA.dll |