Skip to content

Commit 8995da8

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Update serializer.rst
2 parents 77dbc19 + 4f473b1 commit 8995da8

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
@@ -1229,9 +1229,7 @@ Use the special ``#`` key to define the data of a node::
12291229
// is encoded as follows:
12301230
// <?xml version="1.0"?>
12311231
// <response>
1232-
// <foo bar="value">
1233-
// baz
1234-
// </foo>
1232+
// <foo bar="value">baz</foo>
12351233
// </response>
12361234

12371235
Context

0 commit comments

Comments
 (0)