We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a98ad commit 082017bCopy full SHA for 082017b
components/serializer.rst
@@ -1206,7 +1206,7 @@ Option Description
1206
``save_options`` XML saving `options with libxml`_ ``0``
1207
``remove_empty_tags`` If set to true, removes all empty tags in the ``false``
1208
generated XML
1209
-``enable_cdata_wrapping`` If set to false, will not wrap any value ``true``
+``cdata_wrapping`` If set to false, will not wrap any value ``true``
1210
containing one of the following characters (
1211
``<``, ``>``, ``&``) in `a CDATA section`_ like
1212
following : ``<![CDATA[...]]>``
0 commit comments