www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d665f800a3c31d181812cbb6382c87ee46ee9875
parent d714d51ee195658a2286f6223581253940eee197
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 30 Mar 2011 17:07:43 +0000

Don't strip periods from "no date" term


Diffstat:
Mchrome/content/zotero/updateCSL.xsl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/updateCSL.xsl b/chrome/content/zotero/updateCSL.xsl @@ -431,7 +431,7 @@ <xsl:copy-of select="@*[not(name()='include-period')]"/> <xsl:choose> <xsl:when - test="(@form='short' or @form='verb-short') and not(@include-period='true') and @term"> + test="(@form='short' or @form='verb-short') and not(@include-period='true' or @term='no date') and @term"> <xsl:attribute name="strip-periods">true</xsl:attribute> </xsl:when> </xsl:choose>