Update
svn: r5494
This commit is contained in:
@@ -1877,7 +1877,7 @@ class IndividualPage(BasePage):
|
|||||||
format = nobj.get_format()
|
format = nobj.get_format()
|
||||||
text = nobj.get()
|
text = nobj.get()
|
||||||
if format:
|
if format:
|
||||||
of.write( u"<pre>%s</pre>" % text
|
of.write( u"<pre>%s</pre>" % text )
|
||||||
else:
|
else:
|
||||||
of.write( u"</p><p>".join(text.split("\n")))
|
of.write( u"</p><p>".join(text.split("\n")))
|
||||||
of.write('</td>\n</tr>\n')
|
of.write('</td>\n</tr>\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user