mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
Update to AS7 integration binary with corrected ASF version detection.
This commit is contained in:
parent
13c2d91d27
commit
8a483fde0b
@ -25,7 +25,7 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- Update the LUFA help package file name -->
|
<!-- 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>
|
||||||
<xsl:copy-of select="@class"/>
|
<xsl:copy-of select="@class"/>
|
||||||
|
|
||||||
@ -35,7 +35,7 @@
|
|||||||
</xsl:copy>
|
</xsl:copy>
|
||||||
</xsl:template>
|
</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>
|
||||||
<xsl:copy-of select="@class"/>
|
<xsl:copy-of select="@class"/>
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user