--- loncom/publisher/Attic/lonconstruct.pm 2003/11/19 14:57:32 1.20 +++ loncom/publisher/Attic/lonconstruct.pm 2004/03/31 05:24:00 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Page Wrapper for Construction # -# $Id: lonconstruct.pm,v 1.20 2003/11/19 14:57:32 taceyjo1 Exp $ +# $Id: lonconstruct.pm,v 1.22 2004/03/31 05:24:00 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -102,7 +102,7 @@ sub handler { &Debug($r, "Initial URL for lower frame: ".$lowerframe); $lowerframe=~s/^\//\/\~/; &Debug($r, "Lower frame URL afer ~ subst: ".$lowerframe); - $lowerframe= &HTML::Entities::encode($lowerframe); + $lowerframe= &HTML::Entities::encode($lowerframe,'<>&"'); &Debug($r, "Lower frame URL after quote subst: ".$lowerframe); # @@ -127,7 +127,7 @@ var lastknownpriv="$lowerframe"; - +