--- loncom/xml/scripttag.pm 2001/09/18 02:21:13 1.51 +++ loncom/xml/scripttag.pm 2001/10/03 13:34:00 1.52 @@ -255,8 +255,8 @@ sub end_storetc { my $result; my $output=&Apache::lonxml::endredirection; $output =~ s/\"/\"\;/g; - $result = "{\bf $output.}}\write\tcfile{\protect\tcpc{ $output.}{\the\value{relpage}}}"; - return $result; + $result = '{\bf '.$output.'.}}\write\tcfile{\protect\tcpc{ '.$output.'.}{\the\value{relpage}}}'; + return $result; }