Development

Changeset 25691

You must first sign up to be able to contribute.

Changeset 25691

Show
Ignore:
Timestamp:
12/20/09 15:51:51 (4 years ago)
Author:
ornicar2
Message:

[Diem] two bugfixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/dmWidgetGalleryPlugin/lib/dmWidgetContentGalleryForm.php

    r24722 r25691  
    203203      { 
    204204        $values['width'] = $values['widget_width']; 
    205         $values['height'] = dmArray::get($values, 'height', (int) ($values['width'] * 2/3)); 
    206205      } 
    207206      else 
     
    209208        $values['width'] = 300; 
    210209      } 
     210       
     211      $values['height'] = dmArray::get($values, 'height', (int) ($values['width'] * 2/3)); 
    211212    } 
    212213    elseif (empty($values['height'])) 
  • plugins/dmWidgetGalleryPlugin/lib/dmWidgetContentGalleryView.php

    r24722 r25691  
    110110    } 
    111111     
    112     $html .= '</ul>'; 
     112    $html .= '</ol>'; 
    113113     
    114114    return $html;