aboutsummaryrefslogtreecommitdiffstats
path: root/fix
diff options
context:
space:
mode:
Diffstat (limited to 'fix')
-rw-r--r--fix/hfField.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix/hfField.xsl b/fix/hfField.xsl
index af059e691e..3a01365ef1 100644
--- a/fix/hfField.xsl
+++ b/fix/hfField.xsl
@@ -20,6 +20,6 @@ static hf_register_info hf_FIX[] = {
{ &amp;fix_fields[<xsl:value-of select="position( ) -1" />].hf_id,
{ "<xsl:value-of select="@name"/> (<xsl:value-of select="@number"/>)", "fix.<xsl:value-of select="@name"/>",
FT_STRING, BASE_NONE, NULL, 0x00,
- "<xsl:value-of select="@name"/> (<xsl:value-of select="@number"/>)", HFILL }
+ NULL, HFILL }
},</xsl:for-each></xsl:template>
</xsl:stylesheet>