Skip to content
Snippets Groups Projects
Commit ffa27fa3 authored by Stephen Keenan's avatar Stephen Keenan
Browse files

fixed bug in description line for Family

parent 011f7290
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ sub familyLineXML {
my $xml = qq{
<entry id="$xml_data->{fid}">
<name>$xml_data->{fid}</name>
<description>[$xml_data->{description}]</description>
<description>$description</description>
<cross_references>} .
(
join "",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment