summaryrefslogtreecommitdiff
path: root/lib/rexml/cdata.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/cdata.rb')
-rw-r--r--lib/rexml/cdata.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/cdata.rb b/lib/rexml/cdata.rb
index efcb71160a..856b9ef8b2 100644
--- a/lib/rexml/cdata.rb
+++ b/lib/rexml/cdata.rb
@@ -13,7 +13,7 @@ module REXML
# CData.new( "Here is some CDATA" )
# CData.new( "Some unprocessed data", respect_whitespace_TF, parent_element )
def initialize( first, whitespace=true, parent=nil )
- super( first, whitespace, parent, true, true, ILLEGAL )
+ super( first, whitespace, parent, false, true, ILLEGAL )
end
# Make a copy of this object