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