From e750b27edb7e32714f808b003446b3b7aa99cd45 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Thu, 16 Jun 2011 21:23:39 +0200 Subject: [PATCH] Fix another bug, yet another :) --- en/reference/association-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/association-mapping.rst b/en/reference/association-mapping.rst index 03566c2fc..b00b9248e 100644 --- a/en/reference/association-mapping.rst +++ b/en/reference/association-mapping.rst @@ -601,7 +601,7 @@ the join columns enforces the one-to-many cardinality. The following example sets up such a unidirectional one-to-many association: -..configuration-block:: +.. configuration-block:: .. code-block:: php