326: 'function escHtml(str) {\n' 327: ' return str.replace(/&/g,\'&\').replace(//g,\'>\').replace(/"/g,\'"\');\n' 328: '}\n' 329: '\n' 330: '\n'