--- loncom/xml/style.pm 2000/06/26 15:21:28 1.1 +++ loncom/xml/style.pm 2000/06/28 13:28:05 1.3 @@ -3,7 +3,7 @@ # # last modified 06/23/00 by Alexander Sakharuk -package Apache::lonstyleparser; +package Apache::style; use strict; use HTML::TokeParser; @@ -54,7 +54,7 @@ sub styleparser { } } else { #--------------------------------------------------------------- outtext output - while ($stoken = $pstyle->get_token and $stoken->[1] ne 'outtext') { + while ($stoken = $pstyle->get_token and $stoken->[1] ne 'render') { if ($stoken->[1] eq 'definetag') { $flag = 1; last;