Diff for /loncom/localize/lonlocal.pm between versions 1.67 and 1.68

version 1.67, 2019/02/24 01:38:14 version 1.68, 2020/10/29 23:04:39
Line 616  sub js_escape { Line 616  sub js_escape {
   
 =item * html_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.  and escapes the values so that they can be used as HTML.
 It encodes <, >, &, ' and ".  It encodes <, >, &, ' and ".
   

Removed from v.1.67  
changed lines
  Added in v.1.68


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>