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