mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
fixed typo reported by Daniel Lüken <lueken-AT-via-ev.de> on the german list
This commit is contained in:
parent
742f10831b
commit
a696057734
@ -1555,7 +1555,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