aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/timeline.xsl
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-10-27 19:19:34 +0100
committerAdrian Kummerlaender2014-10-27 19:19:34 +0100
commitb91cdc10a4231bfc8b13eb53964fe9a9ffcbf230 (patch)
tree48bd64b5e7e6db12b0310e83b121f590325ed257 /source/99_result/timeline.xsl
parentbe2b4380d435ebc31f6de35439a4a014edc77060 (diff)
downloadOverview-b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230.tar
Overview-b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230.tar.gz
Overview-b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230.tar.bz2
Overview-b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230.tar.lz
Overview-b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230.tar.xz
Overview-b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230.tar.zst
Overview-b91cdc10a4231bfc8b13eb53964fe9a9ffcbf230.zip
Grouped configuration parameters
* added overview commit count parameter * added `key` subdomain link
Diffstat (limited to 'source/99_result/timeline.xsl')
-rw-r--r--source/99_result/timeline.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/99_result/timeline.xsl b/source/99_result/timeline.xsl
index edb8fb2..2e89082 100644
--- a/source/99_result/timeline.xsl
+++ b/source/99_result/timeline.xsl
@@ -79,7 +79,7 @@
<xsl:text>:00+02:00</xsl:text>
</updated>
- <xsl:apply-templates select="timeline/commit[position() &lt;= $root/meta/commit_count]"/>
+ <xsl:apply-templates select="timeline/commit[position() &lt;= $root/meta/timeline/commit_count]"/>
</feed>
</xsl:template>