Update of /cvsroot/pythonreports/PythonReports/PythonReports
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4942/PythonReports
Modified Files:
datatypes.py
Log Message:
fix after review
Index: datatypes.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/datatypes.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** datatypes.py 7 Jan 2011 10:33:32 -0000 1.8
--- datatypes.py 26 Jan 2011 13:36:24 -0000 1.9
***************
*** 1198,1202 ****
_indent2 = ""
# there are no children for this element, just text
- # (the text, if any, must be already encoded by .make_element)
_text = u"%s<%s>%s%s</%s>%s" % (indent, self.starttag(element),
saxutils.escape(_text), _indent2, self.tag, newl)
--- 1198,1201 ----
|