Leave HTML escaped for HtmlFormatter.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2006-08-04 19:07:41 +00:00
parent 2311929dd1
commit 75a60a8174
1 changed files with 1 additions and 3 deletions

View File

@ -554,9 +554,7 @@ module RI
def display_verbatim_flow_item(item, prefix=@indent)
print("<pre>")
item.body.split(/\n/).each do |line|
puts conv_html(line)
end
puts item.body
puts("</pre>")
end