Skip to content

Commit 63a288e

Browse files
fredericDelaportehazzik
authored andcommitted
Fix forgotten CDATA closure. (#983)
1 parent e34d751 commit 63a288e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/modules/basic_mapping.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
<![CDATA[
434434
SELECT cat.ID, cat.NAME, cat.SEX, cat.MATE FROM cat
435435
]]>
436-
&lt;/subselect&gt;]]></programlisting>
436+
&lt;/subselect&gt;</programlisting>
437437

438438
<para>
439439
Usually, when mapping a query using <literal>subselect</literal> you will want to mark
@@ -451,7 +451,7 @@
451451
SELECT cat.ID, cat.NAME, cat.SEX, cat.MATE FROM cat
452452
]]&gt;
453453
&lt;/subselect&gt;
454-
&lt;syncronize table="cat"/&gt;]]></programlisting>
454+
&lt;syncronize table="cat"/&gt;</programlisting>
455455

456456
<para>
457457
You then still have to declare the class id and properties.

0 commit comments

Comments
 (0)