This commit is contained in:
albert
2013-04-09 18:02:01 -04:00
parent 6a4a19fae4
commit 6f3bf9c186
2 changed files with 6 additions and 13 deletions

View File

@@ -179,7 +179,7 @@ class DText
else
if flags[:code]
block
CGI.escape_html(block) + "\n\n"
else
'<p>' + parse_inline(block) + '</p>'
end