--- loncom/xml/scripttag.pm 2000/10/30 20:34:25 1.22 +++ loncom/xml/scripttag.pm 2000/11/14 22:24:38 1.23 @@ -108,7 +108,6 @@ sub end_footnote { my ($target,$token,$parstack,$parser,$safeeval,$style)=@_; $Apache::lonxml::outputstack =~ s/\"/\"\;/g; my $result = "newwindow $Apache::lonxml::outputstack \');newWindow.document.close();void(0);\">*"; - if ($target eq 'meta') {$result = '';} $Apache::lonxml::outputstack = ""; $Apache::lonxml::redirection = 1; return $result;