Changeset 3853

Show
Ignore:
Timestamp:
02/20/08 07:03:22 (17 months ago)
Author:
jwage
Message:

fixes #769

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/manual/docs/en/data-fixtures.txt

    r3387 r3853  
    121121<code type="yml"> 
    122122--- 
    123   Category: 
    124     Category_1: 
    125       title: Categories # the root node 
    126       children: 
    127         Category_2: 
    128           title: Category 1 
    129         Category_3: 
    130           title: Category 2 
    131           children: 
    132             Category_4: 
    133               title: Subcategory of Category 2 
     123Category: 
     124  Category_1: 
     125    title: Categories # the root node 
     126    children: 
     127      Category_2: 
     128        title: Category 1 
     129      Category_3: 
     130        title: Category 2 
     131        children: 
     132          Category_4: 
     133            title: Subcategory of Category 2 
    134134</code>