diff --git a/lib/LaTeXML/MathParser.pm b/lib/LaTeXML/MathParser.pm index 8db04e6d9..bf0856f18 100644 --- a/lib/LaTeXML/MathParser.pm +++ b/lib/LaTeXML/MathParser.pm @@ -1529,8 +1529,7 @@ sub NewScript { $l++; $bumped = 1 } elsif (my $innerl = p_getAttribute($rbase, '_bumplevel')) { $l = $innerl; } - my $meaning = p_getAttribute($rscript, 'meaning'); - my $app = Apply(New(undef, undef, role => $y . 'SCRIPTOP', scriptpos => "$x$l", ($meaning ? (meaning => $meaning) : ())), + my $app = Apply(New(undef, undef, role => $y . 'SCRIPTOP', scriptpos => "$x$l"), $base, Arg($script, 0)); # Record whether this script was a floating one $$app[1]{_wasfloat} = 1 if $mode eq 'FLOAT';