Skip to content

Commit 082017b

Browse files
author
AndoniLarz
committed
[UPDATE] Edit the cdata_wrapping context option name following merged code
1 parent f0a98ad commit 082017b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ Option Description
12061206
``save_options`` XML saving `options with libxml`_ ``0``
12071207
``remove_empty_tags`` If set to true, removes all empty tags in the ``false``
12081208
generated XML
1209-
``enable_cdata_wrapping`` If set to false, will not wrap any value ``true``
1209+
``cdata_wrapping`` If set to false, will not wrap any value ``true``
12101210
containing one of the following characters (
12111211
``<``, ``>``, ``&``) in `a CDATA section`_ like
12121212
following : ``<![CDATA[...]]>``

0 commit comments

Comments
 (0)