From 93c061b7a5cd53c5ddbfa4ec20c0158b6ee02625 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 1 Aug 2010 15:47:34 +0200 Subject: [PATCH] Fixed some escaping issue with xml reference --- manual/en/xml-mapping.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manual/en/xml-mapping.txt b/manual/en/xml-mapping.txt index 140308b9c..b96420147 100644 --- a/manual/en/xml-mapping.txt +++ b/manual/en/xml-mapping.txt @@ -147,7 +147,7 @@ used for primitive types that are not the ID of the entity. For the ID mapping y - + Required attributes: @@ -433,7 +433,7 @@ The mapping defaults would lead to a join-table with the name "User_Group" being -Here both the and tags are necessary to tell Doctrine for which side the +Here both the `` and `` tags are necessary to tell Doctrine for which side the specified join-columns apply. These are nested inside a `` attribute which allows to specify the table name of the many-to-many join-table. @@ -453,10 +453,10 @@ operations in the `` element inside any of the association mapping ta Besides `` the following operations can be specifed by their respective tags: -* -* -* -* +* `` +* `` +* `` +* `` +++ Join Column Element