Don't strip periods from "no date" term

This commit is contained in:
Simon Kornblith 2011-03-30 17:07:43 +00:00
parent d714d51ee1
commit d665f800a3

View file

@ -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>