diff options
Diffstat (limited to 'src/authors.xsl')
-rw-r--r-- | src/authors.xsl | 2 |
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"> |