From 0d04057aad88b17c6189caa2443cd4b79ba96b13 Mon Sep 17 00:00:00 2001 From: ser Date: Sun, 16 May 2004 18:42:58 +0000 Subject: ------------------------------------------------------------------------ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/cdata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rexml/cdata.rb') diff --git a/lib/rexml/cdata.rb b/lib/rexml/cdata.rb index 402a0187ff..9e82376cd8 100644 --- a/lib/rexml/cdata.rb +++ b/lib/rexml/cdata.rb @@ -59,7 +59,7 @@ module REXML # c = CData.new( " Some text " ) # c.write( $stdout ) #-> def write( output=$stdout, indent=-1, transitive=false, ie_hack=false ) - indent( output, indent ) + indent( output, indent ) unless transitive output << START output << @string output << STOP -- cgit v1.2.3