svn: r5494
This commit is contained in:
Alex Roitman 2005-12-07 05:12:50 +00:00
parent 74133275e9
commit a5eac31a89

View File

@ -1877,7 +1877,7 @@ class IndividualPage(BasePage):
format = nobj.get_format()
text = nobj.get()
if format:
of.write( u"<pre>%s</pre>" % text
of.write( u"<pre>%s</pre>" % text )
else:
of.write( u"</p><p>".join(text.split("\n")))
of.write('</td>\n</tr>\n')