--- loncom/interface/lonhtmlcommon.pm 2018/04/29 16:30:35 1.358.2.11.2.2 +++ loncom/interface/lonhtmlcommon.pm 2020/04/07 18:26:30 1.358.2.11.6.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.358.2.11.2.2 2018/04/29 16:30:35 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.358.2.11.6.1 2020/04/07 18:26:30 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -92,7 +92,7 @@ sub raw_href_to_link { sub entity_encode { my ($text)=@_; - return &HTML::Entities::encode($text, '\'<>&"'); + return &HTML::Entities::encode($text, '<>&"'); } sub direct_parm_link {