sS hjs_htmlencode() { ret hjavascript([[ function htmlencode(str) { return str.replace(/&/g,'&').replace(//g,'>') ; } ]]); }