Skip to content

Commit 1defcda

Browse files
authored
Wrap example output in CDATA (#2736)
1 parent 6897f18 commit 1defcda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

chapters/tutorial.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ echo $_SERVER['HTTP_USER_AGENT'];
232232
A sample output of this script may be:
233233
</para>
234234
<screen role="html">
235+
<![CDATA[
235236
Mozilla/5.0 (Linux) Firefox/112.0
237+
]]>
236238
</screen>
237239
</example>
238240
</para>

0 commit comments

Comments
 (0)