From 71d59ec6cbbcd66d03c9a1ea95365e5031bb55b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Tue, 21 Mar 2006 22:59:03 +0000 Subject: [PATCH] fix forgotten tag if empty content --- etemplate/inc/class.uietemplate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.uietemplate.inc.php b/etemplate/inc/class.uietemplate.inc.php index 971814a3de..e69912ae51 100644 --- a/etemplate/inc/class.uietemplate.inc.php +++ b/etemplate/inc/class.uietemplate.inc.php @@ -1386,7 +1386,7 @@ $cell['height'], $cell['width'], $cell['class'], - ),'height,widht,class')); + ),'height,widht,class'),$cell['name']). ($html ? '' : ''); } if ($box_anz > 1) // small docu in the html-source {