Compare commits
No commits in common. "edb32165a727e01464efd3d25a544bf150a9fa94" and "0edc6cfc57365aaba2057e62af05d66824fa2f29" have entirely different histories.
edb32165a7
...
0edc6cfc57
@ -12,8 +12,8 @@
|
||||
<xsl:attribute name="type">hidden</xsl:attribute>
|
||||
<xsl:attribute name="name">referrer</xsl:attribute>
|
||||
<xsl:attribute name="value">
|
||||
<xsl:text>https://fsfe.org/</xsl:text>
|
||||
<xsl:value-of select="substring-after(substring-after(/buildinfo/@filename,'/'),'/')"/>
|
||||
<xsl:text>https://fsfe.org</xsl:text>
|
||||
<xsl:value-of select="/buildinfo/@filename"/>
|
||||
<xsl:text>.html</xsl:text>
|
||||
</xsl:attribute>
|
||||
</xsl:element>
|
||||
@ -23,8 +23,8 @@
|
||||
<xsl:template match="fsfe-cd-donate-link">
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">
|
||||
<xsl:text>https://my.fsfe.org/donate?referrer=https://fsfe.org/</xsl:text>
|
||||
<xsl:value-of select="substring-after(substring-after(/buildinfo/@filename,'/'),'/')"/>
|
||||
<xsl:text>https://my.fsfe.org/donate?referrer=https://fsfe.org</xsl:text>
|
||||
<xsl:value-of select="/buildinfo/@filename"/>
|
||||
<xsl:text>.html</xsl:text>
|
||||
</xsl:attribute>
|
||||
<xsl:apply-templates select="@*|node()"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user