[Oi-commits] r1361 - trunk/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Wed May 7 16:37:19 EEST 2008
Author: erenturkay
Date: Wed May 7 16:37:18 2008
New Revision: 1361
Modified:
trunk/forum/postmarkup.py
Log:
don't replace \n with br
Modified: trunk/forum/postmarkup.py
=================================================================
--- trunk/forum/postmarkup.py (original)
+++ trunk/forum/postmarkup.py Wed May 7 16:37:18 2008
@@ -535,7 +535,7 @@
class PostMarkup(object):
- standard_replace = MultiReplace({ u'\n':u'<br/>'})
+ standard_replace = MultiReplace({ u'\n':u''})
TOKEN_TAG, TOKEN_PTAG, TOKEN_TEXT = range(3)
More information about the Oi-commits
mailing list