r1368@bean: ser | 2007-10-01 21:24:36 -0400

r1356@bean:  ser | 2007-10-01 20:58:34 -0400
  Fix for ticket:115
 


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ser 2007-10-02 01:47:08 +00:00
parent 9a39093337
commit 437565235f
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ module REXML
output = Output.new( output, xml_decl.encoding )
end
formatter = if indent > -1
if transitive
if trans
REXML::Formatters::Transitive.new( indent, ie_hack )
else
REXML::Formatters::Pretty.new( indent, ie_hack )