Keep tabnanny happy.
This commit is contained in:
parent
816a1b75b7
commit
5b5e0b9bf9
|
@ -709,7 +709,7 @@ class CDATASection(Text):
|
|||
nodeName = "#cdata-section"
|
||||
|
||||
def writexml(self, writer, indent="", addindent="", newl=""):
|
||||
writer.write("<![CDATA[%s]]>" % self.data)
|
||||
writer.write("<![CDATA[%s]]>" % self.data)
|
||||
|
||||
|
||||
def _nssplit(qualifiedName):
|
||||
|
|
Loading…
Reference in New Issue