Revert commit 16664 to restore full functionality
svn: r16713
This commit is contained in:
parent
bdbba8cf13
commit
4797f0f1f6
@ -210,8 +210,7 @@ _html_replacement = {
|
|||||||
|
|
||||||
# This command then defines the 'html_escape' option for escaping
|
# This command then defines the 'html_escape' option for escaping
|
||||||
# special characters for presentation in HTML based on the above list.
|
# special characters for presentation in HTML based on the above list.
|
||||||
from xml.sax.saxutils import escape as html_escape
|
def html_escape(text):
|
||||||
def _html_escape(text):
|
|
||||||
"""Convert the text and replace some characters with a &# variant."""
|
"""Convert the text and replace some characters with a &# variant."""
|
||||||
|
|
||||||
# First single characters, no quotes
|
# First single characters, no quotes
|
||||||
|
Loading…
Reference in New Issue
Block a user