[Oi-commits] r1362 - branches/stable/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Wed May 7 16:37:50 EEST 2008
Author: erenturkay
Date: Wed May 7 16:37:50 2008
New Revision: 1362
Modified:
branches/stable/forum/postmarkup.py
Log:
merge
Modified: branches/stable/forum/postmarkup.py
=================================================================
--- branches/stable/forum/postmarkup.py (original)
+++ branches/stable/forum/postmarkup.py Wed May 7 16:37:50 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