mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix forgotten </div> tag if empty content
This commit is contained in:
parent
c706a3f043
commit
71d59ec6cb
@ -1386,7 +1386,7 @@
|
||||
$cell['height'],
|
||||
$cell['width'],
|
||||
$cell['class'],
|
||||
),'height,widht,class'));
|
||||
),'height,widht,class'),$cell['name']). ($html ? '' : '</div>');
|
||||
}
|
||||
if ($box_anz > 1) // small docu in the html-source
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user