Don't strip periods from "no date" term
This commit is contained in:
parent
d714d51ee1
commit
d665f800a3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue