Skip to content

Commit 0d44af3

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update serializer.rst
2 parents f2ef5a6 + 8995da8 commit 0d44af3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/serializer.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,9 +1183,7 @@ Use the special ``#`` key to define the data of a node::
11831183
// is encoded as follows:
11841184
// <?xml version="1.0"?>
11851185
// <response>
1186-
// <foo bar="value">
1187-
// baz
1188-
// </foo>
1186+
// <foo bar="value">baz</foo>
11891187
// </response>
11901188

11911189
Context

0 commit comments

Comments
 (0)