Bug 9820 follow-up: fix a typo
Although the XSLT template was renamed to nameABCQ, one instance of the old name (nameABCDQ) was not corrected. This patch corrects that. To test: Follow test plan on previous patch Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
75959da681
commit
1e1ccd68aa
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@
|
||||||
<xsl:call-template name="nameABCQ"/>.
|
<xsl:call-template name="nameABCQ"/>.
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:call-template name="nameABCDQ"/>;
|
<xsl:call-template name="nameABCQ"/>;
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
Loading…
Reference in a new issue