mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
9a39093337
commit
437565235f
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ module REXML
|
||||||
output = Output.new( output, xml_decl.encoding )
|
output = Output.new( output, xml_decl.encoding )
|
||||||
end
|
end
|
||||||
formatter = if indent > -1
|
formatter = if indent > -1
|
||||||
if transitive
|
if trans
|
||||||
REXML::Formatters::Transitive.new( indent, ie_hack )
|
REXML::Formatters::Transitive.new( indent, ie_hack )
|
||||||
else
|
else
|
||||||
REXML::Formatters::Pretty.new( indent, ie_hack )
|
REXML::Formatters::Pretty.new( indent, ie_hack )
|
||||||
|
|
Loading…
Reference in a new issue