[LON-CAPA-cvs] cvs: rat / lonuserstate.pm
www
lon-capa-cvs@mail.lon-capa.org
Fri, 15 Jul 2005 12:29:09 -0000
www Fri Jul 15 08:29:09 2005 EDT
Modified files:
/rat lonuserstate.pm
Log:
Bug #4241 - don't decode entities while parsing.
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.94 rat/lonuserstate.pm:1.95
--- rat/lonuserstate.pm:1.94 Thu Jul 14 17:30:24 2005
+++ rat/lonuserstate.pm Fri Jul 15 08:29:07 2005
@@ -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 @@
# Successfully got file, parse it
my $parser = HTML::TokeParser->new(\$instr);
- #$parser->attr_encoded(1);
+ $parser->attr_encoded(1);
my $token;
my $linkpc=0;