forked from extern/egroupware
fixed typo reported by Daniel Lüken <lueken-AT-via-ev.de> on the german list
This commit is contained in:
parent
880b801afc
commit
24d7fec287
@ -1549,7 +1549,7 @@ foreach($sess as $key => $val)
|
||||
$cell['width'],
|
||||
$class,
|
||||
$cell['name'] ? $form_name : '',
|
||||
),'height,widht,class,id')). ($html ? '' : '</div>');
|
||||
),'height,width,class,id')). ($html ? '' : '</div>');
|
||||
$class = ''; // otherwise we create an extra div
|
||||
}
|
||||
if ($box_anz > 1) // small docu in the html-source
|
||||
|
Loading…
Reference in New Issue
Block a user