Quellcode durchsuchen

Fixed formatting error in code block (missing blank line so code not rendered), ref #1544

Christian Morgan vor 12 Jahren
Ursprung
Commit
45ce3b3bcc
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      Resources/doc/reference/recipe_file_uploads.rst

+ 1 - 0
Resources/doc/reference/recipe_file_uploads.rst

@@ -240,6 +240,7 @@ class to determine which fields to show.
 In PageAdmin we then have the following code to manage the relationships' lifecycles:
 In PageAdmin we then have the following code to manage the relationships' lifecycles:
 
 
 .. code-block:: php
 .. code-block:: php
+
     class PageAdmin extends Admin
     class PageAdmin extends Admin
     {
     {
         // ...
         // ...