--- loncom/localize/lonlocal.pm 2019/02/24 01:38:14 1.67 +++ loncom/localize/lonlocal.pm 2020/10/29 23:04:39 1.68 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Localization routines # -# $Id: lonlocal.pm,v 1.67 2019/02/24 01:38:14 raeburn Exp $ +# $Id: lonlocal.pm,v 1.68 2020/10/29 23:04:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -616,7 +616,7 @@ sub js_escape { =item * html_escape() -js_escape takes a string, string reference or hash reference, +html_escape takes a string, string reference or hash reference, and escapes the values so that they can be used as HTML. It encodes <, >, &, ' and ".