From 318b0248b76c89f360738d596d6f354745b74162 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 29 May 2017 20:54:50 +1200 Subject: [PATCH] Update 05_Dataobject_Relationship_Management.md Correct a naffed up code block and a typo --- .../en/01_Tutorials/05_Dataobject_Relationship_Management.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/01_Tutorials/05_Dataobject_Relationship_Management.md b/docs/en/01_Tutorials/05_Dataobject_Relationship_Management.md index 020e31927..77613e816 100644 --- a/docs/en/01_Tutorials/05_Dataobject_Relationship_Management.md +++ b/docs/en/01_Tutorials/05_Dataobject_Relationship_Management.md @@ -115,7 +115,7 @@ The restriction is enforced through the `$allowed_children` directive. **mysite/code/ProjectsHolder.php** -:::php +```php