Commit a1bb13f5 authored by 's avatar

merge from 2.3

parent 624917df
...@@ -82,8 +82,8 @@ ...@@ -82,8 +82,8 @@
# attributions are listed in the accompanying credits file. # attributions are listed in the accompanying credits file.
# #
############################################################################## ##############################################################################
'''$Id: DT_Util.py,v 1.71 2000/12/22 20:14:46 evan Exp $''' '''$Id: DT_Util.py,v 1.72 2001/01/22 16:36:16 brian Exp $'''
__version__='$Revision: 1.71 $'[11:-2] __version__='$Revision: 1.72 $'[11:-2]
import regex, string, math, os import regex, string, math, os
from string import strip, join, atoi, lower, split, find from string import strip, join, atoi, lower, split, find
...@@ -100,8 +100,6 @@ def html_quote(v, name='(Unknown name)', md={}, ...@@ -100,8 +100,6 @@ def html_quote(v, name='(Unknown name)', md={},
(('&'), '&'), (('&'), '&'),
(('<'), '&lt;' ), (('<'), '&lt;' ),
(('>'), '&gt;' ), (('>'), '&gt;' ),
(('\213'), '&lt;' ),
(('\233'), '&gt;' ),
(('"'), '&quot;'))): #" (('"'), '&quot;'))): #"
text=str(v) text=str(v)
for re,name in character_entities: for re,name in character_entities:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment