diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/c-client.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c-client.xsl b/src/c-client.xsl index 0f7c025..8b951cb 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -590,7 +590,7 @@ authorization from the authors. </list> </xsl:template> - <xsl:template match="field|localfield" mode="param"> + <xsl:template match="field" mode="param"> <field> <xsl:attribute name="type"> <xsl:call-template name="canonical-type-name" /> |