summaryrefslogtreecommitdiff
path: root/objectapp/models.py
diff options
context:
space:
mode:
authorsupriya <supriya@dragbox.(none)>2012-08-07 11:41:01 +0530
committersupriya <supriya@dragbox.(none)>2012-08-07 11:41:01 +0530
commita97d8967426bda55381e0f235b26e51777228f5a (patch)
tree532dda45192f6b7dc03b716f21174702c880966a /objectapp/models.py
parente08547938d44b756fd1af529429f208214c36522 (diff)
downloadgnowsys-a97d8967426bda55381e0f235b26e51777228f5a.tar.gz
Wikipage added to gstudio
Diffstat (limited to 'objectapp/models.py')
-rw-r--r--objectapp/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/objectapp/models.py b/objectapp/models.py
index 77643a2b..365b4c42 100644
--- a/objectapp/models.py
+++ b/objectapp/models.py
@@ -749,8 +749,8 @@ class Gbobject(Node):
return textile(self.content)
elif MARKUP_LANGUAGE == 'restructuredtext':
return restructuredtext(self.content)
- elif not '</p>' in self.content:
- return linebreaks(self.content)
+ # elif not '</p>' in self.content:
+ # return linebreaks(self.content)
return self.content