From 437565235f3bae03cfed4afbf9902ca96adb3252 Mon Sep 17 00:00:00 2001 From: ser Date: Tue, 2 Oct 2007 01:47:08 +0000 Subject: 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 --- lib/rexml/document.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rexml/document.rb') diff --git a/lib/rexml/document.rb b/lib/rexml/document.rb index 2b6ee24087..81e63c60f1 100644 --- a/lib/rexml/document.rb +++ b/lib/rexml/document.rb @@ -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 ) -- cgit v1.2.3