Searched refs:replace_nbsp (Results 1 – 2 of 2) sorted by relevance
243 def UnescapeHtml(text, replace_nbsp=True): argument259 if name == 'nbsp' and not replace_nbsp:
597 content[ix] = util.UnescapeHtml(content[ix], replace_nbsp=False)