diff --git a/lib/LedgerSMB/Company/Configuration.pm b/lib/LedgerSMB/Company/Configuration.pm index 7e0350735ec..59489a4d099 100644 --- a/lib/LedgerSMB/Company/Configuration.pm +++ b/lib/LedgerSMB/Company/Configuration.pm @@ -453,7 +453,7 @@ sub from_xml { my $doc = XML::LibXML->load_xml( $input_type => $source ); my $root = $doc->documentElement; my $item = _skip_text_siblings($root->firstChild); - + # $root is a tag, which has the following children: # documentation (optional) # gifi-list (optional)