diff options
| author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 18:42:58 +0000 |
|---|---|---|
| committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 18:42:58 +0000 |
| commit | bbecd4f7465438751ac357853ff544692b8569f7 (patch) | |
| tree | 0dbe5f70de81f17d043a39947e72a02c428c9a0d /lib/rexml/cdata.rb | |
| parent | b0d0e2f2e121b3b6fc21f8471596aa5a0a98ddbf (diff) | |
| download | ruby-bbecd4f7465438751ac357853ff544692b8569f7.tar.gz ruby-bbecd4f7465438751ac357853ff544692b8569f7.tar.xz ruby-bbecd4f7465438751ac357853ff544692b8569f7.zip | |
------------------------------------------------------------------------
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/cdata.rb')
| -rw-r--r-- | lib/rexml/cdata.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/cdata.rb b/lib/rexml/cdata.rb index 402a0187f..9e82376cd 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 ) #-> <![CDATA[ Some text ]]> 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 |
