[Moin-devel] CVS: MoinMoin/wikixml marshal.py,1.1,1.2

J?rgen Hermann jhermann at users.sourceforge.net
Tue May 14 23:02:02 EDT 2002


Update of /cvsroot/moin/MoinMoin/wikixml
In directory usw-pr-cvs1:/tmp/cvs-serv21372/wikixml

Modified Files:
	marshal.py 
Log Message:
Send account email with own email, so people don't force their
stupid spam filter mails on me


Index: marshal.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/wikixml/marshal.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** marshal.py	14 May 2002 20:24:55 -0000	1.1
--- marshal.py	15 May 2002 06:01:57 -0000	1.2
***************
*** 90,94 ****
          else:
              # Everything else
!             content = str(data)
  
          # Close container element
--- 90,96 ----
          else:
              # Everything else
!             content = (str(data).replace("&", "&") # Must be done first!
!                                 .replace("<", "<")
!                                 .replace(">", ">"))
  
          # Close container element





More information about the Moin-devel mailing list