insert id in <div> tag

This commit is contained in:
Cornelius Weiß 2006-03-22 13:04:17 +00:00
parent 9fd986a845
commit f8443b7c19

View File

@ -1386,7 +1386,8 @@
$cell['height'], $cell['height'],
$cell['width'], $cell['width'],
$cell['class'], $cell['class'],
),'height,widht,class'),$cell['name']). ($html ? '' : '</div>'); $cell['name']
),'height,widht,class,id')). ($html ? '' : '</div>');
} }
if ($box_anz > 1) // small docu in the html-source if ($box_anz > 1) // small docu in the html-source
{ {