Development

Changeset 1367

You must first sign up to be able to contribute.

Changeset 1367

Show
Ignore:
Timestamp:
05/15/06 09:43:07 (3 years ago)
Author:
francois
Message:

fixed a typo in the view documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/book/content/view.txt

    r1319 r1367  
    377377    [php] 
    378378    ... 
    379     <div id="#sidebar"> 
     379    <div id="sidebar"> 
    380380      <?php include_component_slot('sidebar') ?> 
    381381    </div>