def _html_escape()

in static/downloads/ezt.py [0:0]


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