summaryrefslogtreecommitdiff
path: root/src/authors.xsl
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2010-01-19 19:04:39 +0530
committerMukund Sivaraman <muks@banu.com>2010-01-19 19:04:39 +0530
commitb08420ec133aa0e55536a44f8afbf43ec41fec5c (patch)
tree64ee4d0ea2cac0a447de8ddb6d6621bf9bf02dc9 /src/authors.xsl
parente11a01f0b14bc7fd873eaa9c2261a9f5ae2ea1b6 (diff)
downloadtinyproxy-b08420ec133aa0e55536a44f8afbf43ec41fec5c.tar.gz
tinyproxy-b08420ec133aa0e55536a44f8afbf43ec41fec5c.zip
List all authors when license is requested
(Not just recent authors.)
Diffstat (limited to '')
-rw-r--r--src/authors.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authors.xsl b/src/authors.xsl
index 338bf15..1388b9a 100644
--- a/src/authors.xsl
+++ b/src/authors.xsl
@@ -15,7 +15,7 @@
<xsl:template name="recent-contributor">
<xsl:param name="role" />
- <xsl:apply-templates select="dc:contributor[contains(@role, $role) and number(@last-active) > 1.6]" />
+ <xsl:apply-templates select="dc:contributor[contains(@role, $role)]" />
</xsl:template>
<xsl:template match="/dc:authors">