[cpif] r326 - trunk/frontend-web

svn at argo.es svn at argo.es
Thu Aug 2 11:17:32 CEST 2007


Author: jcea
Date: Thu Aug  2 11:17:31 2007
New Revision: 326

Log:


Modified:
   trunk/frontend-web/parser_eol.py

Modified: trunk/frontend-web/parser_eol.py
==============================================================================
--- trunk/frontend-web/parser_eol.py	(original)
+++ trunk/frontend-web/parser_eol.py	Thu Aug  2 11:17:31 2007
@@ -1,7 +1,7 @@
 # $Id$
 
 def parse(text, context = None):
-  eol=(False,"<br/>", None)
+  eol=(False,"<br/>\r\n", None)
   token_list=[]
   text=text.replace("\r","")
   for fragment in text.split("\n") :



More information about the cpif mailing list