Bugfix?
svn path=/trunk/; revision=24136
This commit is contained in:
parent
925b33045b
commit
65a8ba46c6
24
fsfe.xsl
24
fsfe.xsl
@ -214,18 +214,6 @@
|
||||
<xsl:call-template name="subscribe-nl" />
|
||||
</xsl:if>
|
||||
<!-- End apply newsletter page rules -->
|
||||
|
||||
<!-- Apply support page -->
|
||||
<xsl:template match="support-form-javascript">
|
||||
<xsl:call-template name="support-form-javascript" />
|
||||
</xsl:template>
|
||||
<xsl:template match="country-list-europe">
|
||||
<xsl:call-template name="country-list-europe" />
|
||||
</xsl:template>
|
||||
<xsl:template match="country-list-other-continents">
|
||||
<xsl:call-template name="country-list-other-continents" />
|
||||
</xsl:template>
|
||||
<!-- End apply support page rules -->
|
||||
|
||||
<!-- Depreciated- see next block: Apply article rules -->
|
||||
<xsl:if test = "string(/buildinfo/document/head/meta[@name='author-name-1']/@content)">
|
||||
@ -425,6 +413,18 @@
|
||||
<xsl:call-template name="generate-id" />
|
||||
</xsl:template>
|
||||
|
||||
<!-- Apply support page -->
|
||||
<xsl:template match="support-form-javascript">
|
||||
<xsl:call-template name="support-form-javascript" />
|
||||
</xsl:template>
|
||||
<xsl:template match="country-list-europe">
|
||||
<xsl:call-template name="country-list-europe" />
|
||||
</xsl:template>
|
||||
<xsl:template match="country-list-other-continents">
|
||||
<xsl:call-template name="country-list-other-continents" />
|
||||
</xsl:template>
|
||||
<!-- End apply support page rules -->
|
||||
|
||||
<!-- HTML body -->
|
||||
<xsl:template match="body">
|
||||
<xsl:copy>
|
||||
|
Loading…
x
Reference in New Issue
Block a user