fix forgotten </div> tag if empty content

This commit is contained in:
Cornelius Weiß 2006-03-21 22:59:03 +00:00
parent c706a3f043
commit 71d59ec6cb

View File

@ -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
{