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:
Jared Camins-Esakov 2013-08-05 20:33:27 -04:00 committed by Galen Charlton
parent 75959da681
commit 1e1ccd68aa

View file

@ -458,7 +458,7 @@
<xsl:call-template name="nameABCQ"/>.
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="nameABCDQ"/>;
<xsl:call-template name="nameABCQ"/>;
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>