Fix locations of built xsl files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:import href="../fsfe.xsl" />
|
||||
<xsl:import href="../build/xslt/countries.xsl" />
|
||||
<xsl:import href="../../build/xslt/countries.xsl" />
|
||||
|
||||
<!-- Fill dynamic content -->
|
||||
<xsl:template match="dynamic-content">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:import href="../../fsfe.xsl" />
|
||||
<xsl:import href="../../build/xslt/people.xsl" />
|
||||
<xsl:import href="../../../build/xslt/people.xsl" />
|
||||
|
||||
<xsl:template match="translation-coordinators-list">
|
||||
<xsl:call-template name="country-people-list">
|
||||
|
||||
Reference in New Issue
Block a user