summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm')
-rw-r--r--macros/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/macros/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm b/macros/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm
index 5876a6ea2a..1c18523bf1 100644
--- a/macros/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm
+++ b/macros/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm
@@ -58,7 +58,7 @@ xml_accents
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0';
+$VERSION = '7.0.1';
my %defaults = (
'documentlanguage' => undef,
@@ -1326,6 +1326,10 @@ sub table_item_content_tree($$$)
my $contents = shift;
my $table_item_tree = {'parent' => $element};
+
+ return $table_item_tree
+ if (!defined($contents));
+
my $table_command = $element->{'parent'}->{'parent'}->{'parent'};
if ($table_command->{'extra'}
and $table_command->{'extra'}->{'command_as_argument'}) {