Don't close the field tag here; it's now closed with </field>.

svn path=/trunk/; revision=40184
This commit is contained in:
Chris Maynard 2011-12-13 20:07:21 +00:00
parent ec42a2bd1d
commit e3834e30b3
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ proto_tree_write_node_pdml(proto_node *node, gpointer data)
/* Write out field with data */
fputs("<field name=\"data\" value=\"", pdata->fh);
write_pdml_field_hex_value(pdata, fi);
fputs("\"/>\n", pdata->fh);
fputs("\">\n", pdata->fh);
}
/* Normal protocols and fields */
else {