def _html_escape()

in content/updates/workbench/3.0/dev/ezt.py [0:0]


def _html_escape(s):
  return _replace(s, REPLACE_HTML_MAP)