--- rat/lonuserstate.pm 2005/07/14 21:30:24 1.94 +++ rat/lonuserstate.pm 2005/07/15 12:29:07 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construct and maintain state and binary representation of course for user # -# $Id: lonuserstate.pm,v 1.94 2005/07/14 21:30:24 albertel Exp $ +# $Id: lonuserstate.pm,v 1.95 2005/07/15 12:29:07 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -128,7 +128,7 @@ sub loadmap { # Successfully got file, parse it my $parser = HTML::TokeParser->new(\$instr); - #$parser->attr_encoded(1); + $parser->attr_encoded(1); my $token; my $linkpc=0;