Changeset 3145

Show
Ignore:
Timestamp:
05/03/08 15:38:40 (2 months ago)
Author:
pmjones
Message:

Solar_View_Helper_Form: [FIX] Close element groups implicitly at the end of a form. Thanks, Clay Loveless.

fixes #98

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Solar/View/Helper/Form.php

    r3085 r3145  
    780780        } 
    781781         
     782        if ($in_group) { 
     783            $form[] = '            </dd>'; 
     784        } 
     785         
    782786        if ($in_dl) { 
    783787            $form[] = '        </dl>';